[Python-Dev] LZMA compression support in 3.3 (original) (raw)

Nadeem Vawda nadeem.vawda at gmail.com
Mon Aug 29 21:04:38 CEST 2011


I've updated the issue <http://bugs.python.org/issue6715> with a patch containing my work so far - the LZMACompressor and LZMADecompressor classes, along with some tests. These two classes should provide a fairly complete interface to liblzma; it will be possible to implement LZMAFile on top of them, entirely in Python. Note that the C code does no I/O; this will be handled by LZMAFile.

Please take a look, and let me know what you think.

Cheers, Nadeem



More information about the Python-Dev mailing list