]> granicus.if.org Git - python/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:21 +0000 (06:28 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 5 Aug 2002 06:28:21 +0000 (06:28 +0000)
commitbc552ce1b87f0047fada81b95e635cd9dd7487ec
treee01a19184a5e1836894921923ca0b51b442a74cf
parentacb45d72b45edded54a0e5203713759eec3c8802
SF 582071 clarified the .split() method's docstring to note that sep=None
will trigger splitting on any whitespace.
Objects/stringobject.c