[issue10841] binary stdio

Glenn Linderman report at bugs.python.org
Thu Jan 6 20:00:44 CET 2011


Glenn Linderman <v+python at g.nevcal.com> added the comment:

Victor,  Thanks for your interest and patches.

msg125530 points out the location of the code where _all_ fds could be O_BINARYed, when passed in to open.  I think this would make all fds open in binary mode, per Guido's comment... he made exactly the comment I was hoping for, even though I didn't +nosy him... I believe this would catch std* along the way, and render your first patch unnecessary, but your second one would likely still be needed.

----------

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


More information about the Python-bugs-list mailing list