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 loewis
Recipients alanmcintyre, eric.araujo, loewis, nadeem.vawda, serhiy.storchaka
Date 2012-03-19.00:21:46
SpamBayes Score 0.004418942
Marked as misclassified No
Message-id <1332116507.01.0.025782099531.issue14366@psf.upfronthosting.co.za>
In-reply-to
Content
ISTM that the LZMA support differs from the specification, see

http://www.pkware.com/documents/casestudies/APPNOTE.TXT

In particular, there appears to be no support for the EOS marker, which should be emitted when compressing.

Changing the LZMA module is fine as long as it
a) happens before the release of 3.3, and
b) is truly justified by the ZIP spec

I also recommend to split this issue into two: bzip support and lzma support. Adding bzip support might be easier.
History
Date User Action Args
2012-03-19 00:21:47loewissetrecipients: + loewis, alanmcintyre, nadeem.vawda, eric.araujo, serhiy.storchaka
2012-03-19 00:21:47loewissetmessageid: <1332116507.01.0.025782099531.issue14366@psf.upfronthosting.co.za>
2012-03-19 00:21:46loewislinkissue14366 messages
2012-03-19 00:21:46loewiscreate