[Python-checkins] cpython (merge 3.3 -> default): #16317: merge with 3.3.

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


http://hg.python.org/cpython/rev/f2f615b5718a
changeset:   79946:f2f615b5718a
parent:      79943:46ce82b4c1fa
parent:      79945:2fc18ba8ca4a
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Oct 26 19:33:37 2012 +0300
summary:
  #16317: merge with 3.3.

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