diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-21 21:51:15 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-21 21:51:15 (GMT) |
commit | d105196c728110879b92984feb198b0bd600aaf9 (patch) | |
tree | 899c230dd7d980bde3c5cc52f4d1c711203bb95f /Misc/NEWS | |
parent | 0e4d852abf4db526febeb3fbb3759e3498559593 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |