Merge heads.

This commit is contained in:
Ezio Melotti 2012-10-26 19:35:00 +03:00
commit da2bd6caca
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ Data Compression
================ ================
Common data archiving and compression formats are directly supported by modules 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`. :: :mod:`tarfile`. ::
>>> import zlib >>> import zlib