diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-08-20 12:39:23 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-08-20 12:39:23 (GMT) |
commit | e05565ec5af6b326e9d1f17c3f79bc24bf1ee157 (patch) | |
tree | bee0ddb46802caef9b016cab8b23bab15fa1c165 /Misc | |
parent | a370fcf3b2211242c888558237557eb4895391d0 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |