mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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>.
This commit is contained in:
parent
0a7af4058f
commit
6fe9bacb8c
1 changed files with 4 additions and 4 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue