diff options
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) |
commit | f2fbb9cf4274e9d74da45d2f2d0503a57af1cad8 (patch) | |
tree | c67c6657071f782d3de66f0eb8f583a4ef3651a1 /Doc/library/bz2.rst | |
parent | 6f7aa00c1eb40d9a74e25e6bc3ab7c8efbe8e866 (diff) | |
download | cpython-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/bz2.rst')
-rw-r--r-- | Doc/library/bz2.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/bz2.rst b/Doc/library/bz2.rst index d9a2bad..445c4de 100644 --- a/Doc/library/bz2.rst +++ b/Doc/library/bz2.rst @@ -12,9 +12,6 @@ This module provides a comprehensive interface for the bz2 compression library. It implements a complete file interface, one-shot (de)compression functions, and types for sequential (de)compression. -For other archive formats, see the :mod:`gzip`, :mod:`zipfile`, and -:mod:`tarfile` modules. - Here is a summary of the features offered by the bz2 module: * :class:`BZ2File` class implements a complete file interface, including |