Closed lkraider closed 6 years ago
@lkraider yes LZMA2 was developped in 2009 , LZMA is very old 1998 ... it must be an update
Since Python 3.3 there is a lzma implementation in the standard library, and a backport for Python 2 with backport.lzma. It can simplify your work :) Both Python3 and Python2 still missing a good 7z support.
LZMA support is finally happening in #51 (work in progress).
There is an updated LZMA SDK (9.20), and has support for LZMA2, pylzma should be updated to support that.