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 vstinner
Recipients SilentGhost, awilfox, docs@python, r.david.murray, vstinner, yselivanov
Date 2016-06-02.09:14:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaUGi7hFeik9j8SUpKmgK5LKqvvehb+_ORbk6Hk0gtCFw@mail.gmail.com>
In-reply-to <1464821727.45.0.149216422892.issue26582@psf.upfronthosting.co.za>
Content
> do agree that asyncio.CancelledError should be documented?

Yes, I would prefer to get the exception from asyncio, even if it is
officially an alias to an exception of a different module.

It would be surprising to have to import concurrent.futures in a
module written for asyncio, just to catch this exception.
History
Date User Action Args
2016-06-02 09:14:36vstinnersetrecipients: + vstinner, r.david.murray, SilentGhost, docs@python, yselivanov, awilfox
2016-06-02 09:14:36vstinnerlinkissue26582 messages
2016-06-02 09:14:36vstinnercreate