]> granicus.if.org Git - python/commit
Marc-Andre Lemburg:
authorGuido van Rossum <guido@python.org>
Tue, 11 Apr 2000 15:38:46 +0000 (15:38 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Apr 2000 15:38:46 +0000 (15:38 +0000)
commit86662914be20e1f008132647a82cdeb9506f13c5
tree3e4d9998f3fbf1b027eb38014388d479997c250f
parent3afba7644b481eb7ef6baf02fad42a185b0f008e
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.
Lib/UserString.py
Objects/unicodeobject.c