[3.7] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217) by miss-islington · Pull Request #7227 · python/cpython
Unlike asyncio.wait_for(), asyncio.wait() does not cancel the passed
futures when a timeout accurs.
(cherry picked from commit f9aeca2)
Co-authored-by: Elvis Pranskevichus elvis@magic.io