[Python-Dev] Lack of sequential decompression in the zipfile module

"Martin v. Löwis" martin at v.loewis.de
Wed Mar 7 09:41:24 CET 2007


Nilton Volpato schrieb:
> My Google Summer of Code project was just about this, and I
> implemented a lot of nice features. These features include: file-like
> access to zip member files (which solves your problem, and also
> provides a real file-like interface including .read(), .readline(),
> etc); support for BZIP2 compression; support for removing a member
> file; support for encrypting/decrypting member files.

Unfortunately (?), the 2.6 zipfile module will have much of that, also,
please take a look.

Regards,
Martin



More information about the Python-Dev mailing list