Issue #6715: Add module for compression using the LZMA algorithm.

This commit is contained in:
Nadeem Vawda 2011-11-30 00:25:06 +02:00
parent 551ac95733
commit 3ff069ebc6
16 changed files with 3773 additions and 6 deletions

View file

@ -21,7 +21,7 @@ Note that additional file formats which can be decompressed by the
:program:`gzip` and :program:`gunzip` programs, such as those produced by
:program:`compress` and :program:`pack`, are not supported by this module.
For other archive formats, see the :mod:`bz2`, :mod:`zipfile`, and
For related file formats, see the :mod:`bz2`, :mod:`lzma`, :mod:`zipfile`, and
:mod:`tarfile` modules.
The module defines the following items: