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 akira
Recipients Douglas.Alan, abarnert, akira, amaury.forgeotdarc, benjamin.peterson, eric.araujo, facundobatista, georg.brandl, jcon, martin.panter, ncoghlan, nessus42, pconnell, pitrou, r.david.murray, ralph.corderoy, rhettinger, wolma, ysj.ray
Date 2014-07-26.17:02:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406394139.22.0.903486684304.issue1152248@psf.upfronthosting.co.za>
In-reply-to
Content
> As a side-effect it also fixes the bug in line_buffering=True
> behavior, see issue22069O.

It should be issue22069 "TextIOWrapper(newline="\n", line_buffering=True) 
mistakenly treat \r as a newline"

Reuploaded the patch so that it applies cleanly on the current tip.
History
Date User Action Args
2014-07-26 17:02:19akirasetrecipients: + akira, georg.brandl, rhettinger, facundobatista, amaury.forgeotdarc, ncoghlan, pitrou, benjamin.peterson, nessus42, eric.araujo, ralph.corderoy, r.david.murray, ysj.ray, Douglas.Alan, jcon, martin.panter, pconnell, wolma, abarnert
2014-07-26 17:02:19akirasetmessageid: <1406394139.22.0.903486684304.issue1152248@psf.upfronthosting.co.za>
2014-07-26 17:02:19akiralinkissue1152248 messages
2014-07-26 17:02:19akiracreate