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 serhiy.storchaka
Recipients belopolsky, doerwalter, ezio.melotti, lemburg, nascheme, r.david.murray, serhiy.storchaka, vstinner, wpk, xtreak
Date 2018-10-05.11:26:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538738760.92.0.545547206417.issue18291@psf.upfronthosting.co.za>
In-reply-to
Content
PR 9711 splits lines using regular expressions. This fixes this issue without changing str.splitlines(). After adding a new option in str.splitlines() the code in master can be simplified.
History
Date User Action Args
2018-10-05 11:26:00serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, doerwalter, nascheme, belopolsky, vstinner, ezio.melotti, r.david.murray, wpk, xtreak
2018-10-05 11:26:00serhiy.storchakasetmessageid: <1538738760.92.0.545547206417.issue18291@psf.upfronthosting.co.za>
2018-10-05 11:26:00serhiy.storchakalinkissue18291 messages
2018-10-05 11:26:00serhiy.storchakacreate