Files
cpython/Modules
Victor Stinner b938bcd211 (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).
2011-03-20 23:37:55 +01:00
..
2011-03-16 11:35:38 +02:00
2011-03-16 11:35:38 +02:00
2011-03-16 12:51:44 +02:00
2010-09-01 08:56:10 +00:00
2011-03-16 11:35:38 +02:00
2010-09-05 05:26:10 +00:00
2010-07-06 15:00:40 +00:00
2011-03-16 11:35:38 +02:00
2010-08-24 18:08:22 +00:00
2011-03-15 05:59:46 +02:00
2011-03-15 05:59:46 +02:00
2010-06-18 16:22:00 +00:00
2011-03-16 11:35:38 +02:00
2011-03-09 12:53:30 +01:00
2011-03-06 01:50:56 +01:00
2011-03-15 05:59:46 +02:00
2011-03-15 05:59:46 +02:00
2011-03-17 22:40:18 +01:00
2011-03-16 11:35:38 +02:00
2010-10-11 22:42:28 +00:00
2010-10-11 22:42:28 +00:00
2011-03-16 11:35:38 +02:00