[Python-checkins] cpython: What's New in Python 3.3: Add entry for lzma module (issue #6715).

nadeem.vawda python-checkins at python.org
Fri Dec 9 00:34:38 CET 2011


http://hg.python.org/cpython/rev/66df5ace0eee
changeset:   73899:66df5ace0eee
user:        Nadeem Vawda <nadeem.vawda at gmail.com>
date:        Fri Dec 09 01:32:46 2011 +0200
summary:
  What's New in Python 3.3: Add entry for lzma module (issue #6715).

files:
  Doc/whatsnew/3.3.rst |  10 ++++++++++
  1 files changed, 10 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -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
 ----
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list