diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-20 22:37:55 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-20 22:37:55 (GMT) |
commit | b938bcd211bfcab13be38200a2f59947691118bb (patch) | |
tree | 04afc2a782ce970af29f149651402c90015c23e4 /Lib/idlelib/RemoteDebugger.py | |
parent | 0421810b3b2dbf41c0ddb86d9d7711ca9dec2a2b (diff) | |
parent | e0daff1c61e323d2a39dd8241de67082d1f10fd7 (diff) | |
download | cpython-b938bcd211bfcab13be38200a2f59947691118bb.zip cpython-b938bcd211bfcab13be38200a2f59947691118bb.tar.gz cpython-b938bcd211bfcab13be38200a2f59947691118bb.tar.bz2 |
(merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767
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).
Diffstat (limited to 'Lib/idlelib/RemoteDebugger.py')
0 files changed, 0 insertions, 0 deletions