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 pitrou
Recipients asvetlov, chris.jerdonek, georg.brandl, gregory.p.smith, pitrou, r.david.murray
Date 2012-08-15.20:32:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345062764.53.0.579529708659.issue12623@psf.upfronthosting.co.za>
In-reply-to
Content
> Оор. I see. Pushing to communicate input with "\r" (see attached patch) 
> produces the error.

Hmm, no, it's the reverse. Pushing input with "\n" should produce b"\r\n" on the other side, under Windows.
History
Date User Action Args
2012-08-15 20:32:44pitrousetrecipients: + pitrou, georg.brandl, gregory.p.smith, r.david.murray, asvetlov, chris.jerdonek
2012-08-15 20:32:44pitrousetmessageid: <1345062764.53.0.579529708659.issue12623@psf.upfronthosting.co.za>
2012-08-15 20:32:43pitroulinkissue12623 messages
2012-08-15 20:32:43pitroucreate