commit | 86662914be20e1f008132647a82cdeb9506f13c5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Apr 11 15:38:46 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Apr 11 15:38:46 2000 +0000 |
tree | 3e4d9998f3fbf1b027eb38014388d479997c250f | |
parent | 3afba7644b481eb7ef6baf02fad42a185b0f008e [diff] |
Marc-Andre Lemburg: The maxsplit functionality in .splitlines() was replaced by the keepends functionality which allows keeping the line end markers together with the string.