]> granicus.if.org Git - python/commit
Issue #7610: Reworked implementation of the internal
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 27 Jan 2010 20:59:50 +0000 (20:59 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 27 Jan 2010 20:59:50 +0000 (20:59 +0000)
commit94c33ebfa819873c0e265bf659bbdd2cbe2d6cd7
tree5b331e207dff8b20b13f01a2fe6c276b82e2e13f
parent7b4e02c8629c44fe459716e9674d9185669b3b42
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.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS