diff options
author | Fred Drake <fdrake@acm.org> | 1999-05-13 18:48:14 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-05-13 18:48:14 (GMT) |
commit | dbc2d08ff5297371fa467d8cbd4a72a59fe71ff0 (patch) | |
tree | e15315fa3bc22a0d1fa30c323680756120f5a775 /Doc | |
parent | 361c048b8fbd1c57597bcd8ee08c2cc0fc361253 (diff) | |
download | cpython-dbc2d08ff5297371fa467d8cbd4a72a59fe71ff0.zip cpython-dbc2d08ff5297371fa467d8cbd4a72a59fe71ff0.tar.gz cpython-dbc2d08ff5297371fa467d8cbd4a72a59fe71ff0.tar.bz2 |
POP3.uidl(): Update description based on comments from Piers Lauder
<piers@cs.su.oz.au>.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libpoplib.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libpoplib.tex b/Doc/lib/libpoplib.tex index e5d692a..14f38df 100644 --- a/Doc/lib/libpoplib.tex +++ b/Doc/lib/libpoplib.tex @@ -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} |