summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-12-15 05:45:39 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-12-15 05:45:39 (GMT)
commitf4f67e52b4bdab792e111ba024ddd223f24909df (patch)
tree72a40d64b98ec9965fcee5d1e1de4ae8f1ac949e
parent2c008d83dcd92c6de5f29b81121a1792eed9b913 (diff)
parente319ab01cee6aa4675cac418d5f5900e5537f66e (diff)
downloadcpython-f4f67e52b4bdab792e111ba024ddd223f24909df.zip
cpython-f4f67e52b4bdab792e111ba024ddd223f24909df.tar.gz
cpython-f4f67e52b4bdab792e111ba024ddd223f24909df.tar.bz2
Merge 3.5
-rw-r--r--Doc/library/asyncio-task.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 051ae09..28f3757 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -539,6 +539,9 @@ Task functions
.. versionadded:: 3.4.4
+ .. versionchanged:: 3.5.1
+ The function accepts any :term:`awaitable` object.
+
.. seealso::
The :meth:`BaseEventLoop.create_task` method.
@@ -721,4 +724,4 @@ Task functions
Unlike the functions above, :func:`run_coroutine_threadsafe` requires the
*loop* argument to be passed explicitely.
- .. versionadded:: 3.4.4, 3.5.1
+ .. versionadded:: 3.5.1