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 asvetlov
Recipients asvetlov, chris.jerdonek, georg.brandl, gregory.p.smith, pitrou, r.david.murray
Date 2012-08-15.20:43:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345063410.56.0.722721852265.issue12623@psf.upfronthosting.co.za>
In-reply-to
Content
The real test should to put '\n' and subprocess should get '\r\n', right?
Looking the code this test will fail on Windows. 
I cannot check it just now but looks like this is the problem.
History
Date User Action Args
2012-08-15 20:43:30asvetlovsetrecipients: + asvetlov, georg.brandl, gregory.p.smith, pitrou, r.david.murray, chris.jerdonek
2012-08-15 20:43:30asvetlovsetmessageid: <1345063410.56.0.722721852265.issue12623@psf.upfronthosting.co.za>
2012-08-15 20:43:30asvetlovlinkissue12623 messages
2012-08-15 20:43:29asvetlovcreate