From: Fred Drake Date: Wed, 11 Oct 2000 18:56:00 +0000 (+0000) Subject: Make sure methods of ZipFile objects are in alphabetical order; the logical X-Git-Tag: v2.0~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6fe9bacb8c12c0382a299e852536b87a825ac905;p=thirdparty%2FPython%2Fcpython.git Make sure methods of ZipFile objects are in alphabetical order; the logical groupings are still maintained. Based on a comment by Steve Holden . --- diff --git a/Doc/lib/libzipfile.tex b/Doc/lib/libzipfile.tex index 01b010fdff80..2f2f562d5737 100644 --- a/Doc/lib/libzipfile.tex +++ b/Doc/lib/libzipfile.tex @@ -111,16 +111,16 @@ cat myzip.zip >> python.exe member \var{name}. \end{methoddesc} -\begin{methoddesc}{namelist}{} - Return a list of archive members by name. -\end{methoddesc} - \begin{methoddesc}{infolist}{} Return a list containing a \class{ZipInfo} object for each member of the archive. The objects are in the same order as their entries in the actual ZIP file on disk if an existing archive was opened. \end{methoddesc} +\begin{methoddesc}{namelist}{} + Return a list of archive members by name. +\end{methoddesc} + \begin{methoddesc}{printdir}{} Print a table of contents for the archive to \code{sys.stdout}. \end{methoddesc}