[Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
python-checkins at python.org
Tue Dec 15 00:45:44 EST 2015
https://hg.python.org/cpython/rev/21cffbf0d73d
changeset: 99578:21cffbf0d73d
parent: 99576:32a83285fdaa
parent: 99577:33ff335da34c
user: Yury Selivanov <yselivanov at sprymix.com>
date: Tue Dec 15 00:45:39 2015 -0500
summary:
Merge 3.5
files:
Doc/library/asyncio-task.rst | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -539,6 +539,9 @@
.. 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 @@
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
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list