Kaydet (Commit) 361c048b authored tarafından Fred Drake's avatar Fred Drake

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

	      <piers@cs.su.oz.au>.
üst dab44682
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment