]> granicus.if.org Git - python/commit
Attempt to make all the various string *strip methods the same.
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 10 Apr 2003 22:35:32 +0000 (22:35 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 10 Apr 2003 22:35:32 +0000 (22:35 +0000)
commitffe33b7f2416132d2e5b64683dbcc2aaf0596937
treeba66fc78e483c14dc34b86a8f079d5b37268f03d
parent5c16c7b014f4cf975d25f667f6309933415e130d
Attempt to make all the various string *strip methods the same.
 * Doc - add doc for when functions were added
 * UserString
 * string object methods
 * string module functions
'chars' is used for the last parameter everywhere.

These changes will be backported, since part of the changes
have already been made, but they were inconsistent.
Doc/lib/libstring.tex
Lib/UserString.py
Lib/string.py
Lib/test/string_tests.py
Objects/stringobject.c
Objects/unicodeobject.c