]> granicus.if.org Git - python/commit
bpo-23859: Document that asyncio.wait() does not cancel its futures (#7217)
authorElvis Pranskevichus <elvis@magic.io>
Tue, 29 May 2018 22:21:44 +0000 (18:21 -0400)
committerYury Selivanov <yury@magic.io>
Tue, 29 May 2018 22:21:44 +0000 (18:21 -0400)
commitf9aeca2085464838f04bf13f816a1f861d43541f
treefcd34b75a6b592f1c09df5e1d3fa7369f044e557
parente2b340ab4196e1beb902327f503574b5d7369185
bpo-23859: Document that asyncio.wait() does not cancel its futures (#7217)

Unlike `asyncio.wait_for()`, `asyncio.wait()` does not cancel the passed
futures when a timeout accurs.
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]