]> granicus.if.org Git - python/commit
#14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split...
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 26 Feb 2012 07:39:55 +0000 (09:39 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 26 Feb 2012 07:39:55 +0000 (09:39 +0200)
commitcda6b6d60d96e6f755da92deb5e4066839095791
tree0835098963d975f54d46707bae270e08df2fc4fa
parent408026c7e8c019cf04372a4267c832241e18c62c
#14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split may now be passed as keyword arguments.
Doc/library/stdtypes.rst
Lib/test/string_tests.py
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/unicodeobject.c