diff options
author | Mark Summerfield <list@qtrac.plus.com> | 2007-11-05 09:22:48 (GMT) |
---|---|---|
committer | Mark Summerfield <list@qtrac.plus.com> | 2007-11-05 09:22:48 (GMT) |
commit | aea6e5913b66e9dfc8b9099a83b7becac7e74177 (patch) | |
tree | b451b3a5157d2eada1464179bfee1fff3e6cb77a /Doc/library/gzip.rst | |
parent | 80e95c142ef1ad007f5038ac48db03d7d5309203 (diff) | |
download | cpython-aea6e5913b66e9dfc8b9099a83b7becac7e74177.zip cpython-aea6e5913b66e9dfc8b9099a83b7becac7e74177.tar.gz cpython-aea6e5913b66e9dfc8b9099a83b7becac7e74177.tar.bz2 |
Added cross-references between the various archive file formats.
Diffstat (limited to 'Doc/library/gzip.rst')
-rw-r--r-- | Doc/library/gzip.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst index 5978031..d298f88 100644 --- a/Doc/library/gzip.rst +++ b/Doc/library/gzip.rst @@ -15,6 +15,9 @@ formats which can be decompressed by the :program:`gzip` and :program:`gunzip` programs, such as those produced by :program:`compress` and :program:`pack`, are not supported by this module. +For other archive formats, see the :mod:`bz2`, :mod:`zipfile`, and +:mod:`tarfile` modules. + The module defines the following items: |