]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Enhance the docstrings for unicode.split() and string.split()
authorWalter Dörwald <walter@livinglogic.de>
Tue, 14 Sep 2004 09:40:45 +0000 (09:40 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 14 Sep 2004 09:40:45 +0000 (09:40 +0000)
commit782afc5927c5d37c3de1a082b6363a79e4bd5962
treea578d8fac03802a70588e13ffa07314260efdf58
parent266a436fe2c20f32e4679df32762c2ddda9335f0
Enhance the docstrings for unicode.split() and string.split()
to make it clear that it is possible to pass None as the
separator argument to get the default "any whitespace" separator.
Lib/string.py
Objects/unicodeobject.c