-
Miss Islington (bot) yazdı
* 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 f9aeca20) Co-authored-by:
Elvis Pranskevichus <elvis@magic.io> * Update asyncio-task.rst
f9526940