]> granicus.if.org Git - python/commitdiff
POP3.uidl(): Update docstring based on comments from Piers Lauder
authorFred Drake <fdrake@acm.org>
Thu, 13 May 1999 18:47:25 +0000 (18:47 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 13 May 1999 18:47:25 +0000 (18:47 +0000)
      <piers@cs.su.oz.au>.

Lib/poplib.py

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