(original) (raw)

changeset: 73899:66df5ace0eee user: Nadeem Vawda nadeem.vawda@gmail.com date: Fri Dec 09 01:32:46 2011 +0200 files: Doc/whatsnew/3.3.rst description: What's New in Python 3.3: Add entry for lzma module (issue #6715). diff -r e7d94d35506b -r 66df5ace0eee Doc/whatsnew/3.3.rst --- a/Doc/whatsnew/3.3.rst Fri Dec 09 00🔞11 2011 +0100 +++ b/Doc/whatsnew/3.3.rst Fri Dec 09 01:32:46 2011 +0200 @@ -391,6 +391,16 @@ (Contributed by Sijin Joseph in :issue:`8808`) +lzma +---- + +The newly-added :mod:`lzma` module provides data compression and decompression +using the LZMA algorithm, including support for the ``.xz`` and ``.lzma`` +file formats. + +(Contributed by Nadeem Vawda and Per Øyvind Karlsen in :issue:`6715`) + + math ---- /nadeem.vawda@gmail.com