[Python-checkins] cpython (3.3): #16317: mention lzma in the tutorial. Patch by Serhiy Storchaka.

ezio.melotti python-checkins at python.org
Fri Oct 26 18:35:13 CEST 2012


http://hg.python.org/cpython/rev/2fc18ba8ca4a
changeset:   79945:2fc18ba8ca4a
branch:      3.3
parent:      79942:2c1fff6f8956
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Oct 26 19:33:07 2012 +0300
summary:
  #16317: mention lzma in the tutorial.  Patch by Serhiy Storchaka.

files:
  Doc/tutorial/stdlib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst
--- a/Doc/tutorial/stdlib.rst
+++ b/Doc/tutorial/stdlib.rst
@@ -203,7 +203,7 @@
 ================
 
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list