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 berker.peksag
Recipients JelleZijlstra, SilentGhost, awilfox, berker.peksag, docs@python, r.david.murray, vstinner, yselivanov
Date 2016-06-15.08:34:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465979658.76.0.384701708423.issue26582@psf.upfronthosting.co.za>
In-reply-to
Content
CancelledError documentation needs to be updated to mention that it is an alias for 'concurrent.futures.CancelledError'. We also need to update all ``:exc:`~concurrent.futures.CancelledError``` usages in Doc/library/asyncio*.rst. I'd prefer to reuse the description of https://docs.python.org/3.5/library/concurrent.futures.html#concurrent.futures.CancelledError
History
Date User Action Args
2016-06-15 08:34:18berker.peksagsetrecipients: + berker.peksag, vstinner, r.david.murray, SilentGhost, docs@python, yselivanov, JelleZijlstra, awilfox
2016-06-15 08:34:18berker.peksagsetmessageid: <1465979658.76.0.384701708423.issue26582@psf.upfronthosting.co.za>
2016-06-15 08:34:18berker.peksaglinkissue26582 messages
2016-06-15 08:34:18berker.peksagcreate