Staging
v0.8.1
Revision 94c33ebfa819873c0e265bf659bbdd2cbe2d6cd7 authored by Antoine Pitrou on 27 January 2010, 20:59:50 UTC, committed by Antoine Pitrou on 27 January 2010, 20:59:50 UTC
: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.
1 parent 7b4e02c
History
File Mode Size
appetite.rst -rw-r--r-- 4.4 KB
classes.rst -rw-r--r-- 33.1 KB
controlflow.rst -rw-r--r-- 21.7 KB
datastructures.rst -rw-r--r-- 21.5 KB
errors.rst -rw-r--r-- 14.5 KB
floatingpoint.rst -rw-r--r-- 7.8 KB
index.rst -rw-r--r-- 2.3 KB
inputoutput.rst -rw-r--r-- 15.8 KB
interactive.rst -rw-r--r-- 6.6 KB
interpreter.rst -rw-r--r-- 10.5 KB
introduction.rst -rw-r--r-- 20.5 KB
modules.rst -rw-r--r-- 23.1 KB
stdlib.rst -rw-r--r-- 9.5 KB
stdlib2.rst -rw-r--r-- 14.7 KB
whatnow.rst -rw-r--r-- 3.1 KB

back to top