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 r.david.murray
Recipients barry, docs@python, ezio.melotti, python-dev, r.david.murray, scharron, serhiy.storchaka, terry.reedy, vstinner
Date 2014-08-25.14:40:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408977608.97.0.0891158496732.issue22232@psf.upfronthosting.co.za>
In-reply-to
Content
Ideally str.splitlines would split on whatever the unicode database says are mandatory line break characters.  I take it this is currently not true?  That is, that the list is hardcoded?
History
Date User Action Args
2014-08-25 14:40:09r.david.murraysetrecipients: + r.david.murray, barry, terry.reedy, vstinner, ezio.melotti, docs@python, python-dev, serhiy.storchaka, scharron
2014-08-25 14:40:08r.david.murraysetmessageid: <1408977608.97.0.0891158496732.issue22232@psf.upfronthosting.co.za>
2014-08-25 14:40:08r.david.murraylinkissue22232 messages
2014-08-25 14:40:08r.david.murraycreate