From f3330144679453a66b9baf54963462d8cbd095f8 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Wed, 27 Jan 2010 21:01:25 +0000 Subject: [PATCH] Blocked revisions 77798 via svnmerge ........ 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. ........ -- 2.50.1