]> granicus.if.org Git - python/commit
Apply patch diff.txt from SF feature request
authorWalter Dörwald <walter@livinglogic.de>
Mon, 22 Apr 2002 17:42:37 +0000 (17:42 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 22 Apr 2002 17:42:37 +0000 (17:42 +0000)
commitde02bcb2659af6acb1d44ba61c0bcf7b2d53a6ed
treebcb24d906dccf9dfd69b2f1eb69c911d68cdba45
parenta7cc43b9e8b55223ad6b711488fbe8c10df6b5c2
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