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

This commit is contained in:
Nadeem Vawda 2011-12-09 01:32:46 +02:00
parent b6821013df
commit 3459922c1b
1 changed files with 10 additions and 0 deletions

View 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
----