This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients Jim.Jewett, docs@python, gvanrossum, vstinner, yselivanov
Date 2015-04-30.22:24:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430432668.19.0.747372005539.issue24088@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-04-30 22:24:28gvanrossumsetrecipients: + gvanrossum, vstinner, docs@python, Jim.Jewett, yselivanov
2015-04-30 22:24:28gvanrossumsetmessageid: <1430432668.19.0.747372005539.issue24088@psf.upfronthosting.co.za>
2015-04-30 22:24:28gvanrossumlinkissue24088 messages
2015-04-30 22:24:28gvanrossumcreate