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 alanmcintyre, eric.araujo, loewis, nadeem.vawda, serhiy.storchaka
Date 2012-05-01.08:33:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335861332.2567.15.camel@raxxla>
In-reply-to <1335854852.73.0.902143665291.issue14366@psf.upfronthosting.co.za>
Content
Here is the patch which adds support for lzma in zipfile. Later I'll
move `lzma_props_encode` and `lzma_props_decode` to lzma module.
Files
File name Uploaded
lzma_in_zip.patch serhiy.storchaka, 2012-05-01.08:33:10
History
Date User Action Args
2012-05-01 08:33:14serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, alanmcintyre, nadeem.vawda, eric.araujo
2012-05-01 08:33:13serhiy.storchakalinkissue14366 messages
2012-05-01 08:33:13serhiy.storchakacreate