summaryrefslogtreecommitdiffstats
path: root/Doc/library/gzip.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-26 00:10:14 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-02-26 00:10:14 (GMT)
commitc3cc2acb09d97d7de3a9c4c52ad329b332d634da (patch)
tree6b4957e92d9ac0649d69e3b44258953d3e409a6b /Doc/library/gzip.rst
parente84e263a84745c9cbede0ac9385e2cff3f8ebfdf (diff)
downloadcpython-c3cc2acb09d97d7de3a9c4c52ad329b332d634da.zip
cpython-c3cc2acb09d97d7de3a9c4c52ad329b332d634da.tar.gz
cpython-c3cc2acb09d97d7de3a9c4c52ad329b332d634da.tar.bz2
Improve interlinking of archiving/compression modules docs.
- Remove duplicate list of links to the other modules from each module’s doc (people can already go up to library/archiving and there they can see the list). - Link to shutil high-level operations. Reviewed by Nadeem Vawda in #6715.
Diffstat (limited to 'Doc/library/gzip.rst')
-rw-r--r--Doc/library/gzip.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst
index e074bfc..470de08 100644
--- a/Doc/library/gzip.rst
+++ b/Doc/library/gzip.rst
@@ -22,9 +22,6 @@ Note that additional file 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: