#16317: mention lzma in the tutorial. Patch by Serhiy Storchaka.
This commit is contained in:
parent
a5941f8643
commit
0ada6f1a52
|
@ -203,7 +203,7 @@ Data Compression
|
||||||
================
|
================
|
||||||
|
|
||||||
Common data archiving and compression formats are directly supported by modules
|
Common data archiving and compression formats are directly supported by modules
|
||||||
including: :mod:`zlib`, :mod:`gzip`, :mod:`bz2`, :mod:`zipfile` and
|
including: :mod:`zlib`, :mod:`gzip`, :mod:`bz2`, :mod:`lzma`, :mod:`zipfile` and
|
||||||
:mod:`tarfile`. ::
|
:mod:`tarfile`. ::
|
||||||
|
|
||||||
>>> import zlib
|
>>> import zlib
|
||||||
|
|
Loading…
Reference in New Issue