mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #6715: Add module for compression using the LZMA algorithm.
This commit is contained in:
parent
551ac95733
commit
3ff069ebc6
16 changed files with 3773 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue