summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-08-20 12:39:23 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-08-20 12:39:23 (GMT)
commite05565ec5af6b326e9d1f17c3f79bc24bf1ee157 (patch)
treebee0ddb46802caef9b016cab8b23bab15fa1c165 /Misc
parenta370fcf3b2211242c888558237557eb4895391d0 (diff)
downloadcpython-e05565ec5af6b326e9d1f17c3f79bc24bf1ee157.zip
cpython-e05565ec5af6b326e9d1f17c3f79bc24bf1ee157.tar.gz
cpython-e05565ec5af6b326e9d1f17c3f79bc24bf1ee157.tar.bz2
Issue #12213: Fix a buffering bug with interleaved reads and writes that
could appear on BufferedRandom streams.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f8c135f..da0e67f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,9 @@ Core and Builtins
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.