]> granicus.if.org Git - python/commit
Partially implement SF feature request 444708.
authorGuido van Rossum <guido@python.org>
Sat, 13 Apr 2002 00:56:08 +0000 (00:56 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 13 Apr 2002 00:56:08 +0000 (00:56 +0000)
commit018b0eb0f50a6995922402d87cf9906b62a50252
tree097e9c9b588ea0ce558fde65dbfa7381ab4b2259
parent9344b148282b3a40c44102018e8eac86d6613c51
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.
Lib/UserString.py
Lib/test/string_tests.py
Objects/stringobject.c