This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Matt.Mackall, Patrik Dufresne, python-dev, r.david.murray, serhiy.storchaka
Date 2016-02-02.17:23:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454433788.64.0.241363485777.issue23252@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-02-02 17:23:08serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, python-dev, Matt.Mackall, Patrik Dufresne
2016-02-02 17:23:08serhiy.storchakasetmessageid: <1454433788.64.0.241363485777.issue23252@psf.upfronthosting.co.za>
2016-02-02 17:23:08serhiy.storchakalinkissue23252 messages
2016-02-02 17:23:08serhiy.storchakacreate