summaryrefslogtreecommitdiffstats
path: root/Doc/library/gzip.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-01-16 15:55:55 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-01-16 15:55:55 (GMT)
commitf2fbb9cf4274e9d74da45d2f2d0503a57af1cad8 (patch)
treec67c6657071f782d3de66f0eb8f583a4ef3651a1 /Doc/library/gzip.rst
parent6f7aa00c1eb40d9a74e25e6bc3ab7c8efbe8e866 (diff)
downloadcpython-f2fbb9cf4274e9d74da45d2f2d0503a57af1cad8.zip
cpython-f2fbb9cf4274e9d74da45d2f2d0503a57af1cad8.tar.gz
cpython-f2fbb9cf4274e9d74da45d2f2d0503a57af1cad8.tar.bz2
Improve interlinking of archiving/compression modules docs.
- Remove duplicated 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 48a8694..8aca2dd 100644
--- a/Doc/library/gzip.rst
+++ b/Doc/library/gzip.rst
@@ -21,9 +21,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: