mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
merge 3.2
This commit is contained in:
commit
143d034ecd
14 changed files with 242 additions and 240 deletions
|
@ -365,7 +365,7 @@ Glossary
|
|||
|
||||
iterator
|
||||
An object representing a stream of data. Repeated calls to the iterator's
|
||||
:meth:`__next__` method (or passing it to the built-in function
|
||||
:meth:`~iterator.__next__` method (or passing it to the built-in function
|
||||
:func:`next`) return successive items in the stream. When no more data
|
||||
are available a :exc:`StopIteration` exception is raised instead. At this
|
||||
point, the iterator object is exhausted and any further calls to its
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue