mirror of
https://github.com/python/cpython.git
synced 2024-12-11 18:53:56 +08:00
POP3.uidl(): Update description based on comments from Piers Lauder
<piers@cs.su.oz.au>.
This commit is contained in:
parent
361c048b8f
commit
dbc2d08ff5
@ -103,9 +103,9 @@ after the header of message number \var{which}. Result is in form
|
||||
|
||||
\begin{methoddesc}{uidl}{\optional{which}}
|
||||
Return message digest (unique id) list.
|
||||
If \var{which} is specified, result contains unique id for that
|
||||
message, otherwise result is list \code{['response',
|
||||
['mesgnum uid', ...], octets]}.
|
||||
If \var{which} is specified, result contains the unique id for that
|
||||
message in the form \code{'\var{response}\ \var{mesgnum}\ \var{uid}},
|
||||
otherwise result is list \code{['response', ['mesgnum uid', ...], octets]}.
|
||||
\end{methoddesc}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user