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 scharron
Recipients ezio.melotti, r.david.murray, scharron, terry.reedy, vstinner
Date 2014-08-22.20:49:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408740592.57.0.71849877791.issue22232@psf.upfronthosting.co.za>
In-reply-to
Content
It's also at line #14941 for unicode strings if I understand correctly

With 3.4.0: 

>>> "a\x85b\x1ec".splitlines()
['a', 'b', 'c']
History
Date User Action Args
2014-08-22 20:49:52scharronsetrecipients: + scharron, terry.reedy, vstinner, ezio.melotti, r.david.murray
2014-08-22 20:49:52scharronsetmessageid: <1408740592.57.0.71849877791.issue22232@psf.upfronthosting.co.za>
2014-08-22 20:49:52scharronlinkissue22232 messages
2014-08-22 20:49:52scharroncreate