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 lemburg
Recipients Alexander Schrijver, barry, docs@python, ezio.melotti, gregory.p.smith, jwilk, lemburg, martin.panter, nascheme, python-dev, r.david.murray, scharron, serhiy.storchaka, terry.reedy, vstinner
Date 2018-10-05.15:23:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <dd8ecfe0-4d43-940a-b8fc-624831609dce@egenix.com>
In-reply-to <1538748261.98.0.545547206417.issue22232@psf.upfronthosting.co.za>
Content
Why not simply add a new parameter, to make people who want
ASCII linebreaks continue to use .splitlines() ?

It think it would be less than ideal to have one method break on
all Unicode line breaks and another only on ASCII ones.
History
Date User Action Args
2018-10-05 15:23:49lemburgsetrecipients: + lemburg, barry, nascheme, terry.reedy, gregory.p.smith, vstinner, jwilk, ezio.melotti, r.david.murray, docs@python, python-dev, martin.panter, serhiy.storchaka, scharron, Alexander Schrijver
2018-10-05 15:23:49lemburglinkissue22232 messages
2018-10-05 15:23:49lemburgcreate