From: Nadeem Vawda Date: Thu, 8 Dec 2011 23:32:46 +0000 (+0200) Subject: What's New in Python 3.3: Add entry for lzma module (issue #6715). X-Git-Tag: v3.3.0a1~657 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3459922c1b6625c038348d39f1d5efb497d477a9;p=thirdparty%2FPython%2Fcpython.git What's New in Python 3.3: Add entry for lzma module (issue #6715). --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 97150e15d8df..56a16da0ae36 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -391,6 +391,16 @@ parameter to control parameters of the secure channel. (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 ----