POP3.uidl(): Update docstring based on comments from Piers Lauder

<piers@cs.su.oz.au>.
This commit is contained in:
Fred Drake 1999-05-13 18:47:25 +00:00
parent dab44682c2
commit 361c048b8f
1 changed files with 3 additions and 2 deletions

View File

@ -293,8 +293,9 @@ def top(self, which, howmuch):
def uidl(self, which=None): def uidl(self, which=None):
"""Return message digest (unique id) list. """Return message digest (unique id) list.
If 'which', result contains unique id for that message, If 'which', result contains unique id for that message
otherwise result is list ['response', ['mesgnum uid', ...], octets] in the form 'response mesgnum uid', otherwise result is
the list ['response', ['mesgnum uid', ...], octets]
""" """
if which: if which:
return self._shortcmd('UIDL %s' % which) return self._shortcmd('UIDL %s' % which)