Commit 3459922c authored by Nadeem Vawda's avatar Nadeem Vawda

What's New in Python 3.3: Add entry for lzma module (issue #6715).

parent b6821013
...@@ -391,6 +391,16 @@ parameter to control parameters of the secure channel. ...@@ -391,6 +391,16 @@ parameter to control parameters of the secure channel.
(Contributed by Sijin Joseph in :issue:`8808`) (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 math
---- ----
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment