[Python-checkins] cpython (2.7): The poplib module provides two classes, not one.

antoine.pitrou python-checkins at python.org
Sun Nov 18 18:39:53 CET 2012


http://hg.python.org/cpython/rev/3ee1c797fd0f
changeset:   80512:3ee1c797fd0f
branch:      2.7
parent:      80503:d2df83d7c649
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Nov 18 18:37:02 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[, timeout]])

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list