]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport checkin:
authorWalter Dörwald <walter@livinglogic.de>
Mon, 22 Apr 2002 18:42:45 +0000 (18:42 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 22 Apr 2002 18:42:45 +0000 (18:42 +0000)
commitaa82bc0817eaebd31ddf00b4fc31eca2db2b7333
tree2f55384f1b2aa85ac22f350330f5e679d3d3040f
parent1c097b7102c6c5a1a03cbb5d36c819eedae60d5a
Backport checkin:
Apply patch diff.txt from SF feature request
http://www.python.org/sf/444708

This adds the optional argument for str.strip
to unicode.strip too and makes it possible
to call str.strip with a unicode argument
and unicode.strip with a str argument.
Doc/lib/libstring.tex
Include/unicodeobject.h
Lib/test/string_tests.py
Lib/test/test_unicode.py
Objects/stringobject.c
Objects/unicodeobject.c