]> granicus.if.org Git - python/commitdiff
What's New in Python 3.3: Add entry for lzma module (issue #6715).
authorNadeem Vawda <nadeem.vawda@gmail.com>
Thu, 8 Dec 2011 23:32:46 +0000 (01:32 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Thu, 8 Dec 2011 23:32:46 +0000 (01:32 +0200)
Doc/whatsnew/3.3.rst

index 97150e15d8dfc5315e7a6b61514da81c2d9bf4af..56a16da0ae364f2d512a3bac02de68dc06fee785 100644 (file)
@@ -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
 ----