Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e9ba525c
Commit
e9ba525c
authored
Oct 01, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify comments about mailbox objects being iterable.
parent
e7877df5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Doc/lib/libmailbox.tex
Doc/lib/libmailbox.tex
+3
-2
No files found.
Doc/lib/libmailbox.tex
View file @
e9ba525c
...
...
@@ -101,8 +101,9 @@ messages start with the EOOH line and end with a line containing only
\subsection
{
Mailbox Objects
\label
{
mailbox-objects
}}
All implementations of Mailbox objects are iterator objects, and so
have one externally visible method:
All implementations of mailbox objects are iterable objects, and
have one externally visible method. This method is used by iterators
created from mailbox objects and may also be used directly.
\begin{methoddesc}
[mailbox]
{
next
}{}
Return the next message in the mailbox, created with the optional
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment