]> granicus.if.org Git - python/commit
Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Dec 2013 21:51:15 +0000 (23:51 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Dec 2013 21:51:15 +0000 (23:51 +0200)
commitd105196c728110879b92984feb198b0bd600aaf9
tree899c230dd7d980bde3c5cc52f4d1c711203bb95f
parent0e4d852abf4db526febeb3fbb3759e3498559593
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.
Lib/zipfile.py
Misc/NEWS