]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132354: document return value for `asyncio.Task.cancel` (GH-132374) (#132465)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Apr 2025 07:41:26 +0000 (09:41 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Apr 2025 07:41:26 +0000 (07:41 +0000)
commitff66901d8a8753c11d4411e62376b26f17aa90cf
treed3a962390293e37f898c7739e449c99fdcf4024f
parent244a64244396cb1c5c04323471a22157b839ef14
[3.13] gh-132354: document return value for `asyncio.Task.cancel` (GH-132374) (#132465)

gh-132354: document return value for `asyncio.Task.cancel` (GH-132374)
(cherry picked from commit 64b066ad298506f715647c9a2524c9fbbc764cc2)

Co-authored-by: Felix Scherz <felixwscherz@gmail.com>
Doc/library/asyncio-task.rst
Misc/ACKS