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 steve.dower
Recipients christian.heimes, giampaolo.rodola, ncoghlan, r.david.murray, steve.dower
Date 2014-10-26.20:54:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414356859.06.0.16495659144.issue22731@psf.upfronthosting.co.za>
In-reply-to
Content
The generated output is using os.linesep, but the result from run_embedded_interpreter() is not.

I assume there's a difference (fix) in MSVCRT between VC10 and VC12 (maybe VC11 - didn't test) that causes '\n' to flow through Popen.communicate() where it previously was converted to '\r\n'.
History
Date User Action Args
2014-10-26 20:54:19steve.dowersetrecipients: + steve.dower, ncoghlan, giampaolo.rodola, christian.heimes, r.david.murray
2014-10-26 20:54:19steve.dowersetmessageid: <1414356859.06.0.16495659144.issue22731@psf.upfronthosting.co.za>
2014-10-26 20:54:19steve.dowerlinkissue22731 messages
2014-10-26 20:54:18steve.dowercreate