Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 361c048

Browse files
committed
POP3.uidl(): Update docstring based on comments from Piers Lauder
<[email protected]>.
1 parent dab4468 commit 361c048

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Lib/poplib.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,9 @@ def top(self, which, howmuch):
293293
def uidl(self, which=None):
294294
"""Return message digest (unique id) list.
295295
296-
If 'which', result contains unique id for that message,
297-
otherwise result is list ['response', ['mesgnum uid', ...], octets]
296+
If 'which', result contains unique id for that message
297+
in the form 'response mesgnum uid', otherwise result is
298+
the list ['response', ['mesgnum uid', ...], octets]
298299
"""
299300
if which:
300301
return self._shortcmd('UIDL %s' % which)

0 commit comments

Comments
 (0)