commit | f9aeca2085464838f04bf13f816a1f861d43541f | [log] [tgz] |
---|---|---|
author | Elvis Pranskevichus <elvis@magic.io> | Tue May 29 18:21:44 2018 -0400 |
committer | Yury Selivanov <yury@magic.io> | Tue May 29 18:21:44 2018 -0400 |
tree | fcd34b75a6b592f1c09df5e1d3fa7369f044e557 | |
parent | e2b340ab4196e1beb902327f503574b5d7369185 [diff] |
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.