From 3459922c1b6625c038348d39f1d5efb497d477a9 Mon Sep 17 00:00:00 2001 From: Nadeem Vawda Date: Fri, 9 Dec 2011 01:32:46 +0200 Subject: What's New in Python 3.3: Add entry for lzma module (issue #6715). --- Doc/whatsnew/3.3.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 97150e1..56a16da 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 ---- -- cgit v0.12