]> granicus.if.org Git - python/commit
On Windows, -u implies binary mode for stdin/stdout
authorGuido van Rossum <guido@python.org>
Sat, 11 Jan 1997 19:28:55 +0000 (19:28 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 11 Jan 1997 19:28:55 +0000 (19:28 +0000)
commitf22d7e2c69f9095edc2703483ec11a3b7ff931f5
tree715e9f1733123e03897b3811bcd5b6b91348b672
parent919cf1aff1b28d784fa91e31994875aa91a9ed55
On Windows, -u implies binary mode for stdin/stdout
(as well as unbuffered stdout/stderr).
Modules/main.c