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

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


http://hg.python.org/cpython/rev/a47e5f1492ff
changeset:   80509:a47e5f1492ff
branch:      3.2
parent:      80504:0153c077a0fd
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=POP3_PORT[, timeout])

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


More information about the Python-checkins mailing list