Commit 287c4cb4 authored by Fred Drake's avatar Fred Drake

State that Mailbox objects are iterator objects.

parent 72987a4b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment