Incremental compression

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sat Feb 10 00:56:22 EST 2018


On Fri, 09 Feb 2018 17:52:33 -0800, Dan Stromberg wrote:

> Perhaps:
> 
> import lzma
> lzc = lzma.LZMACompressor()

Ah, thanks for the suggestion!



-- 
Steve




More information about the Python-list mailing list