diff -r 14a175258456 Doc/library/zipfile.rst --- a/Doc/library/zipfile.rst Sat Nov 03 22:30:50 2012 +0100 +++ b/Doc/library/zipfile.rst Sun Nov 04 14:19:40 2012 +0100 @@ -22,8 +22,7 @@ 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. +create an encrypted file. The module defines the following items: