Commit 85307b46 authored by R David Murray's avatar R David Murray

#15355: Mention already-executing Exception in generator docs.

Patch by Chris Jerdonek.
parent 73b19d0b
......@@ -421,8 +421,15 @@ transferred to the generator's caller.
.. index:: object: generator
The following generator's methods can be used to control the execution of a
generator function:
Generator-iterator methods
^^^^^^^^^^^^^^^^^^^^^^^^^^
This subsection describes the methods of a generator iterator. They can
be used to control the execution of a generator function.
Note that calling any of the generator methods below when the generator
is already executing raises a :exc:`ValueError` exception.
.. index:: exception: StopIteration
......
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