summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2016-03-29 06:39:22 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2016-03-29 06:39:22 (GMT)
commit50e648a06db7f4858e5f99f8490b86423befba60 (patch)
tree73ad289a5b7c32b43fd0072c66499ef93e2ccc0a /Doc
parenteba25880f8f83d8153135558d5df2dec36e3d784 (diff)
parent6f57424ae07a8c7ecb171b4df2e0e2512f48d973 (diff)
downloadcpython-50e648a06db7f4858e5f99f8490b86423befba60.zip
cpython-50e648a06db7f4858e5f99f8490b86423befba60.tar.gz
cpython-50e648a06db7f4858e5f99f8490b86423befba60.tar.bz2
Merge 3.5
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/asyncio-task.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index fc73c20..6f56026 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -675,6 +675,8 @@ Task functions
:exc:`asyncio.TimeoutError` is raised outside of
context manager scope.
+ Passing ``None`` as *timeout* argument disables the manager logic.
+
.. coroutinefunction:: wait(futures, \*, loop=None, timeout=None,\
return_when=ALL_COMPLETED)