]> granicus.if.org Git - python/commit
Marc-Andre Lemburg:
authorGuido van Rossum <guido@python.org>
Tue, 11 Apr 2000 15:39:46 +0000 (15:39 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Apr 2000 15:39:46 +0000 (15:39 +0000)
commit004d64f362eb0bd0d3e2f257b2b7721fecba87af
tree2badcdd872cc5729105936d1207a58f527a2fe31
parentf0b7b04ae822439c33acbfb0ebbece30be663f74
Marc-Andre Lemburg:

Changed PyUnicode_Splitlines() maxsplit argument to keepends.
The maxsplit functionality was replaced by the keepends
functionality which allows keeping the line end markers together
with the string.
Include/unicodeobject.h