]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Jul 2020 09:00:51 +0000 (02:00 -0700)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2020 09:00:51 +0000 (02:00 -0700)
commit58f59a962180123a6d29ece512d198b365726b33
treea316abab579144865ac621dd32b73daad73e3a57
parent892fc8d328c65f7fd076b10c94380eccf7427422
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312)

These changes updates the doc to comprehensively mention the behaviour of gather.cancel()

Automerge-Triggered-By: @asvetlov
(cherry picked from commit d42528a3a2c7d79fd2e6c9f2a02f3ce12d44c8cc)

Co-authored-by: Vinay Sharma <vinay04sharma@icloud.com>
Doc/library/asyncio-task.rst
Lib/asyncio/tasks.py
Misc/NEWS.d/next/Documentation/2019-08-16-20-25-42.bpo-37703.Qm_l_H.rst [new file with mode: 0644]