• Guido van Rossum's avatar
    Patch 1341 by Amaury Forgeot d'Arc. · 6203d8fa
    Guido van Rossum yazdı
    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").
    6203d8fa
fileinput.py 13.9 KB