mirror of https://github.com/python/cpython
upcase Python
This commit is contained in:
parent
bd15a06fd3
commit
8c18a47e77
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue