[docs] [issue26582] asyncio documentation links to wrong CancelledError
Berker Peksag
report at bugs.python.org
Wed Jun 15 04:34:18 EDT 2016
Berker Peksag added the comment:
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
----------
nosy: +berker.peksag
stage: -> patch review
type: -> enhancement
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26582>
_______________________________________
More information about the docs
mailing list