diff options
author | Mark Summerfield <list@qtrac.plus.com> | 2007-11-05 09:22:48 (GMT) |
---|---|---|
committer | Mark Summerfield <list@qtrac.plus.com> | 2007-11-05 09:22:48 (GMT) |
commit | aea6e5913b66e9dfc8b9099a83b7becac7e74177 (patch) | |
tree | b451b3a5157d2eada1464179bfee1fff3e6cb77a /Doc/library/zipfile.rst | |
parent | 80e95c142ef1ad007f5038ac48db03d7d5309203 (diff) | |
download | cpython-aea6e5913b66e9dfc8b9099a83b7becac7e74177.zip cpython-aea6e5913b66e9dfc8b9099a83b7becac7e74177.tar.gz cpython-aea6e5913b66e9dfc8b9099a83b7becac7e74177.tar.bz2 |
Added cross-references between the various archive file formats.
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r-- | Doc/library/zipfile.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 7257b35..0fa741f 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -21,11 +21,13 @@ defined in `PKZIP Application Note This module does not currently handle ZIP files which have appended comments, or multi-disk ZIP files. It can handle ZIP files that use the ZIP64 extensions (that is ZIP files that are more than 4 GByte in size). It supports decryption -of encrypted files in ZIP archives, but it cannot currently create an encrypted +of encrypted files in ZIP archives, but it currently cannot create an encrypted file. -The available attributes of this module are: +For other archive formats, see the :mod:`bz2`, :mod:`gzip`, and +:mod:`tarfile` modules. +The module defines the following items: .. exception:: BadZipfile |