[issue13119] Newline for print() is \n on Windows, and not \r\n as expected

Atsuo Ishimoto report at bugs.python.org
Sun Aug 5 03:02:02 CEST 2012


Atsuo Ishimoto added the comment:

We should not convert \n with -u command line option or PYTHONUNBUFFERED was set.

Added a patch to fix error in test_httpservers.

----------
Added file: http://bugs.python.org/file26695/issue13119_unbuffered.patch

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


More information about the Python-bugs-list mailing list