]> granicus.if.org Git - python/commit
string.split() docstring described the interpretation of the maxsplit
authorFred Drake <fdrake@acm.org>
Wed, 30 Jan 2002 16:15:13 +0000 (16:15 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 30 Jan 2002 16:15:13 +0000 (16:15 +0000)
commit1453754fcda8d9f48e484ce39e80ef5b27aada99
tree1c8706fff91bfe6154d4f9bcf1a12c408153057b
parentcf6bfe49b13bdbb505ca3a31939cf6e2e2953808
string.split() docstring described the interpretation of the maxsplit
argument incorrectly.
This closes SF bug #505997.
Lib/string.py