Kaydet (Commit) 6fe9bacb authored tarafından Fred Drake's avatar Fred Drake

Make sure methods of ZipFile objects are in alphabetical order; the logical

groupings are still maintained.  Based on a comment by Steve Holden
<sholden@holdenweb.com>.
üst 0a7af405
...@@ -111,16 +111,16 @@ cat myzip.zip >> python.exe ...@@ -111,16 +111,16 @@ cat myzip.zip >> python.exe
member \var{name}. member \var{name}.
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{namelist}{}
Return a list of archive members by name.
\end{methoddesc}
\begin{methoddesc}{infolist}{} \begin{methoddesc}{infolist}{}
Return a list containing a \class{ZipInfo} object for each member of 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 archive. The objects are in the same order as their entries in
the actual ZIP file on disk if an existing archive was opened. the actual ZIP file on disk if an existing archive was opened.
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{namelist}{}
Return a list of archive members by name.
\end{methoddesc}
\begin{methoddesc}{printdir}{} \begin{methoddesc}{printdir}{}
Print a table of contents for the archive to \code{sys.stdout}. Print a table of contents for the archive to \code{sys.stdout}.
\end{methoddesc} \end{methoddesc}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment