diff -r 67ba74938b15 -r f77c8d8331ca tests/printenv.py --- a/tests/printenv.py Mon Oct 20 14:52:58 2008 +0200 +++ b/tests/printenv.py Mon Oct 20 14:57:04 2008 +0200 @@ -20,7 +20,7 @@ import msvcrt msvcrt.setmode(sys.stdin.fileno(), os.O_BINARY) msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY) - msvcrt.setmode(sys.stderr.fileno(), os.O_BINARY) + msvcrt.setmode(sys.stderr.fileno(), os.O_BINARY) except ImportError: pass