-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
Description
Documentation
The documentation of asyncio.Task.cancel
does not mention that there is a return value of True/False. The return value functions like the one of asyncio.Future.cancel
, where False
indicates it was already done or cancelled.
The only reference is that Task
s are "Future-like objects". Other Functions state the return value either as first, or second paragraph.
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done
Status
Todo