[Python-checkins] cpython (merge 3.3 -> default): The poplib module provides two classes, not one.

antoine.pitrou python-checkins at python.org
Sun Nov 18 18:38:58 CET 2012


http://hg.python.org/cpython/rev/4def3c26dcf8
changeset:   80511:4def3c26dcf8
parent:      80508:96d1c3cf06b3
parent:      80510:685ad2118802
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Nov 18 18:37:54 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