]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make sure methods of ZipFile objects are in alphabetical order; the logical
authorFred Drake <fdrake@acm.org>
Wed, 11 Oct 2000 18:56:00 +0000 (18:56 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 11 Oct 2000 18:56:00 +0000 (18:56 +0000)
groupings are still maintained.  Based on a comment by Steve Holden
<sholden@holdenweb.com>.

Doc/lib/libzipfile.tex

index 01b010fdff8086f12de2f609f4b0866ea816ed7d..2f2f562d5737941c3e9b531e1d97ab7e84013feb 100644 (file)
@@ -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}