]> granicus.if.org Git - python/commit
Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.splitlines...
authorMark Dickinson <mdickinson@enthought.com>
Sat, 24 Sep 2011 08:14:39 +0000 (09:14 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sat, 24 Sep 2011 08:14:39 +0000 (09:14 +0100)
commit0d5f6adbb3e5d829a64ef1b431f7ac76dd258c1e
treed07d766085d981b7021696af28b0ea7bf4dd8ecc
parenta61b053e611dd97258231913b79fafe0a9a16125
Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.splitlines, bytes.splitlines and bytearray.splitlines.
Lib/test/buffer_tests.py
Lib/test/string_tests.py
Lib/test/test_userstring.py
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/unicodeobject.c