[issue10376] ZipFile unzip is unbuffered

Serhiy Storchaka report at bugs.python.org
Sun Apr 29 13:56:58 CEST 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

Actually reading from the zip file is buffered (at least 4 KiB of uncompressed data at a time).

Can you give tests, scripts and data, which show the problem?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10376>
_______________________________________


More information about the Python-bugs-list mailing list