]> granicus.if.org Git - python/commit
On Cygwin, put stdin, stderr, and stdout in binary mode when the -u
authorSjoerd Mullender <sjoerd@acm.org>
Fri, 9 Aug 2002 13:35:18 +0000 (13:35 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Fri, 9 Aug 2002 13:35:18 +0000 (13:35 +0000)
commit9cf424b04bf355df85659da18abc2ac3f9419c37
tree665b3105d7e78ecebca630ab74aae3eaadbdce8b
parentd77f93ad8174dd839ced84e56ebf76a0bf87c064
On Cygwin, put stdin, stderr, and stdout in binary mode when the -u
flag is given (to mimic native Windows).
Modules/main.c