]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
string.split() docstring described the interpretation of the maxsplit
authorFred Drake <fdrake@acm.org>
Wed, 30 Jan 2002 16:16:38 +0000 (16:16 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 30 Jan 2002 16:16:38 +0000 (16:16 +0000)
commit0c81ed6a5ad6fe23ff4ce095f60a6a04ac6b7f91
tree9c239af1aaa29ebd8786fa1a538d89a0123cf959
parentc7fd588db876cf96a240d1e75998b3d127fa6eb1
string.split() docstring described the interpretation of the maxsplit
argument incorrectly.
This closes SF bug #505997.
Lib/string.py