Message261911
In the 3.5 and 3.6a0 documentation for asyncio, "CancelledError" is linked to the concurrent.futures.CancelledError. This led me to try catching that exception and finding that it did not work correctly at all. Only after searching for asyncio example code and seeing how other people caught asyncio.CancelledError did I realise the issue.
The fact asyncio.CancelledError even exists isn't actually documented, and I believe that is why the :exc: reference is linking to the wrong module. |
|
Date |
User |
Action |
Args |
2016-03-17 14:45:53 | awilfox | set | recipients:
+ awilfox, docs@python |
2016-03-17 14:45:53 | awilfox | set | messageid: <1458225953.38.0.399231880747.issue26582@psf.upfronthosting.co.za> |
2016-03-17 14:45:53 | awilfox | link | issue26582 messages |
2016-03-17 14:45:53 | awilfox | create | |
|