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:32:12
SpamBayes Score 0.0005399702
Marked as misclassified No
Message-id <1332117133.64.0.829540908705.issue14366@psf.upfronthosting.co.za>
In-reply-to
Content
I also think that create_version and extract_version need to be adjusted. 

Since LZMA is version 6.3, we need to check for any features that might be in a zip file of extract version 6.3 or lower that we do not support (such as PPMd+ compression, strong encryption, etc.). In general, if we claim to support version x.y, we need to recognize that a feature is used that is supported for x1.y1 (x1.y1 <= x.y) even if we don't support the feature.
History
Date User Action Args
2012-03-19 00:32:13loewissetrecipients: + loewis, alanmcintyre, nadeem.vawda, eric.araujo, serhiy.storchaka
2012-03-19 00:32:13loewissetmessageid: <1332117133.64.0.829540908705.issue14366@psf.upfronthosting.co.za>
2012-03-19 00:32:13loewislinkissue14366 messages
2012-03-19 00:32:12loewiscreate