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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23252>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to