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 gregory.p.smith
Recipients barry, demian.brecht, ezio.melotti, gregory.p.smith, martin.panter, r.david.murray, scharron, serhiy.storchaka
Date 2015-07-10.16:59:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436547563.06.0.433849291939.issue22233@psf.upfronthosting.co.za>
In-reply-to
Content
The obvious fix seems to be to not use splitlines but explicitly split on the allowed characters for ASCII based protocols and formats that only want \r and \n to be considered.

I don't think we can rightfully change the unicode splitlines behavior.
History
Date User Action Args
2015-07-10 16:59:23gregory.p.smithsetrecipients: + gregory.p.smith, barry, ezio.melotti, r.david.murray, martin.panter, serhiy.storchaka, demian.brecht, scharron
2015-07-10 16:59:23gregory.p.smithsetmessageid: <1436547563.06.0.433849291939.issue22233@psf.upfronthosting.co.za>
2015-07-10 16:59:23gregory.p.smithlinkissue22233 messages
2015-07-10 16:59:22gregory.p.smithcreate