commit | 018b0eb0f50a6995922402d87cf9906b62a50252 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Apr 13 00:56:08 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Apr 13 00:56:08 2002 +0000 |
tree | 097e9c9b588ea0ce558fde65dbfa7381ab4b2259 | |
parent | 9344b148282b3a40c44102018e8eac86d6613c51 [diff] |
Partially implement SF feature request 444708. Add optional arg to string methods strip(), lstrip(), rstrip(). The optional arg specifies characters to delete. Also for UserString. Still to do: - Misc/NEWS - LaTeX docs (I did the docstrings though) - Unicode methods, and Unicode support in the string methods.