*************** *** 17,23 **** Note}. This module does not currently handle ZIP files which have appended ! comments, or multi-disk ZIP files. The available attributes of this module are: --- 17,24 ---- Note}. This module does not currently handle ZIP files which have appended ! comments, or multi-disk ZIP files. It supports decryption of encrypted ! files in ZIP archives, but it cannot currently create an encrypted file. The available attributes of this module are: *************** *** 126,134 **** Print a table of contents for the archive to \code{sys.stdout}. \end{methoddesc} ! \begin{methoddesc}{read}{name} Return the bytes of the file in the archive. The archive must be ! open for read or append. \end{methoddesc} \begin{methoddesc}{testzip}{} --- 127,141 ---- Print a table of contents for the archive to \code{sys.stdout}. \end{methoddesc} ! \begin{methoddesc}{setpassword}{pwd} ! Set \var{pwd} as default password to extract encrypted files. ! \end{methoddesc} ! ! \begin{methoddesc}{read}{name\optional{, pwd}} Return the bytes of the file in the archive. The archive must be ! open for read or append. \var{pwd} is the password used for encrypted ! files and, if specified, it will override the default password set with ! \method{setpassword()}. \end{methoddesc} \begin{methoddesc}{testzip}{}