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 serhiy.storchaka
Date 2012-03-18.23:10:34
SpamBayes Score 0.00010904603
Marked as misclassified No
Message-id <1332112236.1.0.964135054036.issue14366@psf.upfronthosting.co.za>
In-reply-to
Content
ZIP files specification supports new compression algorithms since 2006. Since bzip2 and lzma now contained in Python standart library, it would be nice to add support for these methods in zipfile. This will allow to process more foreign zip files and create more compact distributives.

The proposed patch adds two new methods ZIP_BZIP2 and ZIP_LZMA, which are automatically detecting when unpacking and that can be used for packing.
History
Date User Action Args
2012-03-18 23:10:36serhiy.storchakasetrecipients: + serhiy.storchaka
2012-03-18 23:10:36serhiy.storchakasetmessageid: <1332112236.1.0.964135054036.issue14366@psf.upfronthosting.co.za>
2012-03-18 23:10:35serhiy.storchakalinkissue14366 messages
2012-03-18 23:10:35serhiy.storchakacreate