From: Antoine Pitrou Date: Wed, 27 Jan 2010 21:30:04 +0000 (+0000) Subject: Blocked revisions 77800 via svnmerge X-Git-Tag: v3.1.2rc1~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad433dca0c75857e0f8b4dc091ee16a5b5cd3918;p=python Blocked revisions 77800 via svnmerge ................ r77800 | antoine.pitrou | 2010-01-27 22:18:57 +0100 (mer., 27 janv. 2010) | 14 lines Merged revisions 77798 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77798 | antoine.pitrou | 2010-01-27 21:59:50 +0100 (mer., 27 janv. 2010) | 8 lines Issue #7610: Reworked implementation of the internal :class:`zipfile.ZipExtFile` class used to represent files stored inside an archive. The new implementation is significantly faster and can be wrapped in a :class:`io.BufferedReader` object for more speedups. It also solves an issue where interleaved calls to `read()` and `readline()` give wrong results. Patch by Nir Aides. ........ ................ ---