[issue23252] Add support of writing to unseekable file in zipfile

Serhiy Storchaka report at bugs.python.org
Tue Feb 2 12:23:08 EST 2016


Serhiy Storchaka added the comment:

Currently the zipfile module requires seekable stream to read a list of entries from central directory at the end of ZIP file, and for reding their content in arbitrary order. The support of unseekable stream needs to design a new API. This is separate issue.

----------

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


More information about the Python-bugs-list mailing list