mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Merge __next__ method link fixes with 3.2.
This commit is contained in:
commit
1dd7c30419
10 changed files with 61 additions and 56 deletions
|
|
@ -275,8 +275,8 @@ The following exceptions are the exceptions that are usually raised.
|
|||
.. exception:: StopIteration
|
||||
|
||||
Raised by built-in function :func:`next` and an :term:`iterator`\'s
|
||||
:meth:`__next__` method to signal that there are no further items to be
|
||||
produced by the iterator.
|
||||
:meth:`~iterator.__next__` method to signal that there are no further
|
||||
items produced by the iterator.
|
||||
|
||||
The exception object has a single attribute :attr:`value`, which is
|
||||
given as an argument when constructing the exception, and defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue