This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: poplib list() docstring fix
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, georg.brandl, vmole
Priority: normal Keywords: patch

Created on 2005-08-05 16:57 by vmole, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
poplib.patch vmole, 2005-08-05 16:57 poplib.patch
Messages (2)
msg48647 - (view) Author: Steve Greenland (vmole) Date: 2005-08-05 16:57
The POP list() function returns 3 items, not 2.
Attached is the fairly obvious patch against poplib.py
in CVS at HEAD.

Steve
msg48648 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-08-05 21:03
Logged In: YES 
user_id=1188172

Thanks for the report, I corrected the docs too.

Committed as Lib/poplib.py r1.24, r1.23.4.1,
Doc/lib/libpoplib.py r1.18, 1.17.4.1.
History
Date User Action Args
2022-04-11 14:56:12adminsetgithub: 42257
2005-08-05 16:57:05vmolecreate