diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-12-08 23:32:46 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-12-08 23:32:46 (GMT) |
commit | 3459922c1b6625c038348d39f1d5efb497d477a9 (patch) | |
tree | 95e74e90d62859bf3c866592191b2c25fb0ff53d /Doc/whatsnew/3.3.rst | |
parent | b6821013df384b9c858bbef1ead86641ad88e54c (diff) | |
download | cpython-3459922c1b6625c038348d39f1d5efb497d477a9.zip cpython-3459922c1b6625c038348d39f1d5efb497d477a9.tar.gz cpython-3459922c1b6625c038348d39f1d5efb497d477a9.tar.bz2 |
What's New in Python 3.3: Add entry for lzma module (issue #6715).
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r-- | 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 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 ---- |