commit | e05565ec5af6b326e9d1f17c3f79bc24bf1ee157 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 20 14:39:23 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 20 14:39:23 2011 +0200 |
tree | bee0ddb46802caef9b016cab8b23bab15fa1c165 | |
parent | a370fcf3b2211242c888558237557eb4895391d0 [diff] [blame] |
Issue #12213: Fix a buffering bug with interleaved reads and writes that could appear on BufferedRandom streams.
diff --git a/Misc/NEWS b/Misc/NEWS index f8c135f..da0e67f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -19,6 +19,9 @@ Library ------- +- Issue #12213: Fix a buffering bug with interleaved reads and writes that + could appear on BufferedRandom streams. + - Issue #12326: sys.platform is now always 'linux2' on Linux, even if Python is compiled on Linux 3.