[issue22731] test_capi test fails because of mismatched newlines

Steve Dower report at bugs.python.org
Sun Oct 26 21:54:19 CET 2014


Steve Dower added the comment:

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'.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22731>
_______________________________________


More information about the Python-bugs-list mailing list