[issue21601] Cancel method for Asyncio Task is not documented

STINNER Victor report at bugs.python.org
Mon Jun 2 23:10:15 CEST 2014


STINNER Victor added the comment:

Thanks for the patch.

By the way, the CancelledError from conccurent.futures is not documented and asyncio still has its own asyncio.CancelledError alias which is not documented neither.

----------
nosy: +giampaolo.rodola, gvanrossum, pitrou, yselivanov
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21601>
_______________________________________


More information about the Python-bugs-list mailing list