Raúl Cumplido added the comment:
It was also incorrect on the example for bytes split:
>>> b'1,2,3'.split(b',', maxsplit=1)
[b'1', b'2 3']
Patch submitted.
----------
keywords: +patch
Added file: http://bugs.python.org/file36692/issue22459.patch
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue22459>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com