]> granicus.if.org Git - python/commitdiff
#16317: mention lzma in the tutorial. Patch by Serhiy Storchaka.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 26 Oct 2012 16:33:07 +0000 (19:33 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 26 Oct 2012 16:33:07 +0000 (19:33 +0300)
Doc/tutorial/stdlib.rst

index b5771f6d5cef1514d508763b9ad215b0dc126db8..1ebf792f75390274fdbf153b520d2f54335eb70e 100644 (file)
@@ -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