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 <1411420634.08.0.780874191646.issue22459@psf.upfronthosting.co.za>
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: <1411420634.08.0.780874191646.issue22459@psf.upfronthosting.co.za>
2014-09-22 21:17:14raulcdlinkissue22459 messages
2014-09-22 21:17:14raulcdcreate