Message230042
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'. |
|
Date |
User |
Action |
Args |
2014-10-26 20:54:19 | steve.dower | set | recipients:
+ steve.dower, ncoghlan, giampaolo.rodola, christian.heimes, r.david.murray |
2014-10-26 20:54:19 | steve.dower | set | messageid: <1414356859.06.0.16495659144.issue22731@psf.upfronthosting.co.za> |
2014-10-26 20:54:19 | steve.dower | link | issue22731 messages |
2014-10-26 20:54:18 | steve.dower | create | |
|