From: Ezio Melotti Date: Fri, 26 Oct 2012 16:33:07 +0000 (+0300) Subject: #16317: mention lzma in the tutorial. Patch by Serhiy Storchaka. X-Git-Tag: v3.3.1rc1~745 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ada6f1a52435789f86d90dbbab80f9d2c274f23;p=python #16317: mention lzma in the tutorial. Patch by Serhiy Storchaka. --- 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