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 ikelly
Recipients gvanrossum, ikelly, yselivanov
Date 2016-01-31.16:56:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454259411.45.0.301572727088.issue26221@psf.upfronthosting.co.za>
In-reply-to
Content
The place I'd expect to find it is in https://docs.python.org/3/library/asyncio-task.html#coroutines, in the list of "things a coroutine can do". The first two bullets in the list say that any exceptions raised will be propagated. Maybe there should be a note after the bullet list to the effect that "StopIteration carries special meaning to coroutines and will not be propagated if raised by an awaited coroutine or future."
History
Date User Action Args
2016-01-31 16:56:51ikellysetrecipients: + ikelly, gvanrossum, yselivanov
2016-01-31 16:56:51ikellysetmessageid: <1454259411.45.0.301572727088.issue26221@psf.upfronthosting.co.za>
2016-01-31 16:56:51ikellylinkissue26221 messages
2016-01-31 16:56:51ikellycreate