diff options
author | Georg Brandl <georg@python.org> | 2009-11-18 19:39:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-11-18 19:39:14 (GMT) |
commit | 8c18a47e772a6ab188c27e98bfe11fdfad7bb0c5 (patch) | |
tree | 8cfd2dc96c3c2fc3412d667910e883f525ed1275 | |
parent | bd15a06fd3ac256d4f2780c85a9f7e6def1ecd1f (diff) | |
download | cpython-8c18a47e772a6ab188c27e98bfe11fdfad7bb0c5.zip cpython-8c18a47e772a6ab188c27e98bfe11fdfad7bb0c5.tar.gz cpython-8c18a47e772a6ab188c27e98bfe11fdfad7bb0c5.tar.bz2 |
upcase Python
-rw-r--r-- | Doc/library/zipfile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 0577f10..ba31b95 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -22,7 +22,7 @@ documentation). 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 currently cannot create an encrypted file. Decryption is extremely slow as it is -implemented in native python rather than C. +implemented in native Python rather than C. For other archive formats, see the :mod:`bz2`, :mod:`gzip`, and :mod:`tarfile` modules. |