SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

Patch 1341 by Amaury Forgeot d'Arc.

This patch corrects test_fileinput on Windows: when redirecting stdout,
os.open should be given O_BINARY, because the file descriptor is then
wrapped in a text-mode file; os.fdopen(fd, "w").
G
Guido van Rossum committed
6203d8fa11eeabac83e908687cc03c1c001a3f8a
Parent: 3db4686