]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 30 May 2018 01:26:22 +0000 (18:26 -0700)
committerYury Selivanov <yury@magic.io>
Wed, 30 May 2018 01:26:22 +0000 (21:26 -0400)
commitf95269404c03bd769a3551cd851b51b8f89672df
tree7a089fa5a604b00692601b9f7b8143af927f155c
parentaf9cda9845666e2f704177a431d29f91efbf828a
[3.7] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217) (#7227)

* bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217)

Unlike `asyncio.wait_for()`, `asyncio.wait()` does not cancel the passed
futures when a timeout accurs.
(cherry picked from commit f9aeca2085464838f04bf13f816a1f861d43541f)

Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
* Update asyncio-task.rst
Doc/library/asyncio-task.rst
Misc/NEWS.d/next/Documentation/2018-05-29-16-02-31.bpo-23859.E5gba1.rst [new file with mode: 0644]