commit | 808cec536a4bf5efcc1f19b4017f56a70e2c9df6 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 20 15:40:58 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 20 15:40:58 2011 +0200 |
tree | 4e8f542345b3326cacd936899face24d983efa51 | |
parent | acacbaa788efe190217f81836a7bcd81224dbaac [diff] [blame] |
Issue #12213: Fix a buffering bug with interleaved reads and writes that could appear on io.BufferedRandom streams.
diff --git a/Misc/NEWS b/Misc/NEWS index 331ac4e..0701d6f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Library ------- +- Issue #12213: Fix a buffering bug with interleaved reads and writes that + could appear on io.BufferedRandom streams. + - Issue #12326: sys.platform is now always 'linux2' on Linux, even if Python is compiled on Linux 3.