diff -r 0acc5626a578 Doc/tutorial/stdlib.rst --- a/Doc/tutorial/stdlib.rst Tue Oct 23 22:50:11 2012 +0100 +++ b/Doc/tutorial/stdlib.rst Thu Oct 25 00:55:45 2012 +0300 @@ -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