[docs] [issue24088] yield expression confusion

Guido van Rossum report at bugs.python.org
Fri May 1 00:24:28 CEST 2015


Guido van Rossum added the comment:

You can't just drop the middle sentence. Awkward though it is, it is attempting to describe that the generator object controls suspension and resumption of the stack frame representing execution of the generator function's body.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24088>
_______________________________________


More information about the docs mailing list