[issue10841] binary stdio

STINNER Victor report at bugs.python.org
Thu Jan 6 14:03:45 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Attached stdio_binary.patch always set stdin, stdout and stderr in binary mode on Windows (and not only with -u command line flag). I added the following comment, is it correct?

    /* don't translate newlines */

----------
keywords: +patch
nosy: +haypo
Added file: http://bugs.python.org/file20290/stdio_binary.patch

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


More information about the Python-bugs-list mailing list