diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-26 19:33:07 +0300 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-26 19:33:07 +0300 |
| commit | 0ada6f1a52435789f86d90dbbab80f9d2c274f23 (patch) | |
| tree | 5a10d2b6cf9bb8a8c02a0878e2466e9bf910b0b2 /Doc/tutorial | |
| parent | a5941f8643ac6de551256a89fb77cd5a480b16b8 (diff) | |
| download | cpython-git-0ada6f1a52435789f86d90dbbab80f9d2c274f23.tar.gz | |
#16317: mention lzma in the tutorial. Patch by Serhiy Storchaka.
Diffstat (limited to 'Doc/tutorial')
| -rw-r--r-- | Doc/tutorial/stdlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst index b5771f6d5c..1ebf792f75 100644 --- a/Doc/tutorial/stdlib.rst +++ b/Doc/tutorial/stdlib.rst @@ -203,7 +203,7 @@ Data Compression ================ 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`. :: >>> import zlib |
