]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
POP3.uidl(): Update description based on comments from Piers Lauder
authorFred Drake <fdrake@acm.org>
Thu, 13 May 1999 18:48:14 +0000 (18:48 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 13 May 1999 18:48:14 +0000 (18:48 +0000)
      <piers@cs.su.oz.au>.

Doc/lib/libpoplib.tex

index e5d692af79159d20424f3fb65f48cb0df1b99471..14f38dff21c5c321cb87282211c3001bee13c316 100644 (file)
@@ -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}