summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-05-02 20:22:12 (GMT)
committerFred Drake <fdrake@acm.org>2001-05-02 20:22:12 (GMT)
commit287c4cb43a7964313aef6b7ac809670d6d5165ae (patch)
treef9fd3ceaea326803a8488a5ab6a922cfc2994875 /Doc/lib
parent72987a4b966808fa888394b313eb462cfc34b087 (diff)
downloadcpython-287c4cb43a7964313aef6b7ac809670d6d5165ae.zip
cpython-287c4cb43a7964313aef6b7ac809670d6d5165ae.tar.gz
cpython-287c4cb43a7964313aef6b7ac809670d6d5165ae.tar.bz2
State that Mailbox objects are iterator objects.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libmailbox.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex
index 9047a61..a142d48 100644
--- a/Doc/lib/libmailbox.tex
+++ b/Doc/lib/libmailbox.tex
@@ -86,8 +86,8 @@ messages start with the EOOH line and end with a line containing only
\subsection{Mailbox Objects \label{mailbox-objects}}
-All implementations of Mailbox objects have one externally visible
-method:
+All implementations of Mailbox objects are iterator objects, and so
+have one externally visible method:
\begin{methoddesc}[mailbox]{next}{}
Return the next message in the mailbox, created with the optional