Message259285
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." |
|
| Date |
User |
Action |
Args |
| 2016-01-31 16:56:51 | ikelly | set | recipients:
+ ikelly, gvanrossum, yselivanov |
| 2016-01-31 16:56:51 | ikelly | set | messageid: <[email protected]> |
| 2016-01-31 16:56:51 | ikelly | link | issue26221 messages |
| 2016-01-31 16:56:51 | ikelly | create | |
|