Martin v. Löwis <mar...@v.loewis.de> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14366>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to