summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-21 21:51:15 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-21 21:51:15 (GMT)
commitd105196c728110879b92984feb198b0bd600aaf9 (patch)
tree899c230dd7d980bde3c5cc52f4d1c711203bb95f /Misc/NEWS
parent0e4d852abf4db526febeb3fbb3759e3498559593 (diff)
downloadcpython-d105196c728110879b92984feb198b0bd600aaf9.zip
cpython-d105196c728110879b92984feb198b0bd600aaf9.tar.gz
cpython-d105196c728110879b92984feb198b0bd600aaf9.tar.bz2
Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of
the uncompress buffer and read() goes through more than one readbuffer. This is partial backport of changeset 028e8e0b03e8.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3efaa74..aed2112 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of
+ the uncompress buffer and read() goes through more than one readbuffer.
+
- Issue #20034: Updated alias mapping to most recent locale.alias file
from X.org distribution using makelocalealias.py.