commit | 004d64f362eb0bd0d3e2f257b2b7721fecba87af | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Apr 11 15:39:46 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Apr 11 15:39:46 2000 +0000 |
tree | 2badcdd872cc5729105936d1207a58f527a2fe31 | |
parent | f0b7b04ae822439c33acbfb0ebbece30be663f74 [diff] |
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.