summaryrefslogtreecommitdiffstats
path: root/Doc/library/zlib.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/zlib.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/zlib.rst')
-rw-r--r--Doc/library/zlib.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst
index a7b8343..897d919 100644
--- a/Doc/library/zlib.rst
+++ b/Doc/library/zlib.rst
@@ -18,9 +18,7 @@ order. This documentation doesn't attempt to cover all of the permutations;
consult the zlib manual at http://www.zlib.net/manual.html for authoritative
information.
-For reading and writing ``.gz`` files see the :mod:`gzip` module. For
-other archive formats, see the :mod:`bz2`, :mod:`zipfile`, and
-:mod:`tarfile` modules.
+For reading and writing ``.gz`` files see the :mod:`gzip` module.
The available exception and functions in this module are: