]> 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:15:59 +0000 (16:15 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 30 Jan 2002 16:15:59 +0000 (16:15 +0000)
commit0179287003b8cd9e6f27d5479e19b4e34de067c5
tree14743612fdbb485423383f166b38f50b98c31aa9
parent0d55fc36e5db93834e7705acce45433ca0ecd865
string.split() docstring described the interpretation of the maxsplit
argument incorrectly.
This closes SF bug #505997.
Lib/string.py