[Python-checkins] cpython (merge 3.2 -> 3.3): The poplib module provides two classes, not one.
antoine.pitrou
python-checkins at python.org
Sun Nov 18 18:38:57 CET 2012
http://hg.python.org/cpython/rev/685ad2118802
changeset: 80510:685ad2118802
branch: 3.3
parent: 80505:7f01121a660d
parent: 80509:a47e5f1492ff
user: Antoine Pitrou <solipsis at pitrou.net>
date: Sun Nov 18 18:37:24 2012 +0100
summary:
The poplib module provides two classes, not one.
files:
Doc/library/poplib.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/poplib.rst b/Doc/library/poplib.rst
--- a/Doc/library/poplib.rst
+++ b/Doc/library/poplib.rst
@@ -24,7 +24,7 @@
mailserver supports IMAP, you would be better off using the
:class:`imaplib.IMAP4` class, as IMAP servers tend to be better implemented.
-A single class is provided by the :mod:`poplib` module:
+The :mod:`poplib` module provides two classes:
.. class:: POP3(host, port=POP3_PORT[, timeout])
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list