Files
cpython/Objects/stringobject.c
Anthony Baxter 0bc13db82f backport gvanrossum's patch:
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.




Original patches were:
python/dist/src/Objects/stringobject.c:2.156
2002-04-18 05:16:37 +00:00

88 KiB