]> granicus.if.org Git - python/commitdiff
(merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 20 Mar 2011 22:37:55 +0000 (23:37 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 20 Mar 2011 22:37:55 +0000 (23:37 +0100)
bytes on Windows if the file is a TTY to workaround a Windows bug. The Windows
console returns an error (12: not enough space error) on writing into stdout if
stdout mode is binary and the length is greater than 66,000 bytes (or less,
depending on heap usage).

1  2 
Lib/test/test_os.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
Simple merge