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/tarfile.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/tarfile.rst')
-rw-r--r-- | Doc/library/tarfile.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index b56058b..46e4900 100644 --- a/Doc/library/tarfile.rst +++ b/Doc/library/tarfile.rst @@ -14,7 +14,8 @@ The :mod:`tarfile` module makes it possible to read and write tar archives, including those using gzip or bz2 compression. -(:file:`.zip` files can be read and written using the :mod:`zipfile` module.) +Use the :mod:`zipfile` module to read or write :file:`.zip` files, or the +higher-level functions in :ref:`shutil <archiving-operations>`. Some facts and figures: |