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 nascheme
Recipients belopolsky, doerwalter, ezio.melotti, lemburg, nascheme, r.david.murray, serhiy.storchaka, vstinner, wpk, xtreak
Date 2018-10-05.04:44:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538714684.97.0.545547206417.issue18291@psf.upfronthosting.co.za>
In-reply-to
Content
New patch that changes str.splitlines to work like Python 2 str.splitlines and like Python 3 bytes.splitlines.  Surprisingly, only a few cases in the unit test suite fail.  I've fixed them in my patch.
History
Date User Action Args
2018-10-05 04:44:45naschemesetrecipients: + nascheme, lemburg, doerwalter, belopolsky, vstinner, ezio.melotti, r.david.murray, serhiy.storchaka, wpk, xtreak
2018-10-05 04:44:44naschemesetmessageid: <1538714684.97.0.545547206417.issue18291@psf.upfronthosting.co.za>
2018-10-05 04:44:44naschemelinkissue18291 messages
2018-10-05 04:44:44naschemecreate