[issue10841] binary stdio

Glenn Linderman report at bugs.python.org
Thu Jan 6 10:44:05 CET 2011


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

stderr is notable by its absence in the list of O_BINARY adjustments.

So -u does do 2/3 of what my windows_binary() does :)  Should I switch my test case to use stderr to demonstrate that it doesn't help with that?  I vaguely remember that early versions of DOS didn't do stderr, but I thought by the time Windows came along, let's see, was that about 1983?, that stderr was codified for DOS/Windows.  For sure it has never been missing in WinNT 4.0 +.

----------

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


More information about the Python-bugs-list mailing list