File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1336,7 +1336,10 @@ Task Object
13361336
13371337 Request the Task to be cancelled.
13381338
1339- This arranges for a :exc: `CancelledError ` exception to be thrown
1339+ If the Task is already *done * or *cancelled *, return ``False ``,
1340+ otherwise, return ``True ``.
1341+
1342+ The method arranges for a :exc: `CancelledError ` exception to be thrown
13401343 into the wrapped coroutine on the next cycle of the event loop.
13411344
13421345 The coroutine then has a chance to clean up or even deny the
Original file line number Diff line number Diff line change @@ -1644,6 +1644,7 @@ Andreas Schawo
16441644Neil Schemenauer
16451645David Scherer
16461646Wolfgang Scherer
1647+ Felix Scherz
16471648Hynek Schlawack
16481649Bob Schmertz
16491650Gregor Schmid
You can’t perform that action at this time.
0 commit comments