This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author raulcd
Recipients SebKL, docs@python, raulcd
Date 2014-09-22.21:17:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2014-09-22 21:17:14raulcdsetrecipients: + raulcd, docs@python, SebKL
2014-09-22 21:17:14raulcdsetmessageid: <[email protected]>
2014-09-22 21:17:14raulcdlinkissue22459 messages
2014-09-22 21:17:14raulcdcreate