]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF 582071 clarified the .split() method's docstring to note that sep=None
authorRaymond Hettinger <python@rcn.com>
Mon, 5 Aug 2002 06:28:55 +0000 (06:28 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 5 Aug 2002 06:28:55 +0000 (06:28 +0000)
commit3bef3faa21e83256618eeb70ab8e7e95d69cccea
tree56b762472211c6d40fedacc6bced99f70e79341a
parentaf1d30830523d8b52358d2063b2a816027f4690d
SF 582071 clarified the .split() method's docstring to note that sep=None
will trigger splitting on any whitespace.
Objects/stringobject.c