From: Fred Drake Date: Wed, 2 May 2001 20:22:12 +0000 (+0000) Subject: State that Mailbox objects are iterator objects. X-Git-Tag: v2.2a3~1927 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=287c4cb43a7964313aef6b7ac809670d6d5165ae;p=python State that Mailbox objects are iterator objects. --- diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 9047a616c8..a142d4844f 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