diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2016-05-16 20:23:00 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2016-05-16 20:23:00 (GMT) |
commit | 950204df9cdc1fc632e073f646e47725f5cfe0c1 (patch) | |
tree | 99b89e5ad5bc7899546cb29ce308ddadbbc530f9 /Doc/library/asyncio-task.rst | |
parent | 7661db622892c9731c502ccdd7af130cbfd23f5c (diff) | |
download | cpython-950204df9cdc1fc632e073f646e47725f5cfe0c1.zip cpython-950204df9cdc1fc632e073f646e47725f5cfe0c1.tar.gz cpython-950204df9cdc1fc632e073f646e47725f5cfe0c1.tar.bz2 |
docs: Update asyncio docs & whatsnew
Diffstat (limited to 'Doc/library/asyncio-task.rst')
-rw-r--r-- | Doc/library/asyncio-task.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 6f56026..cb5fae5 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -677,6 +677,8 @@ Task functions Passing ``None`` as *timeout* argument disables the manager logic. + .. versionadded:: 3.5.2 + .. coroutinefunction:: wait(futures, \*, loop=None, timeout=None,\ return_when=ALL_COMPLETED) |