Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a18b35 commit e319ab0Copy full SHA for e319ab0
1 file changed
Doc/library/asyncio-task.rst
@@ -539,6 +539,9 @@ Task functions
539
540
.. versionadded:: 3.4.4
541
542
+ .. versionchanged:: 3.5.1
543
+ The function accepts any :term:`awaitable` object.
544
+
545
.. seealso::
546
547
The :meth:`BaseEventLoop.create_task` method.
@@ -721,4 +724,4 @@ Task functions
721
724
Unlike the functions above, :func:`run_coroutine_threadsafe` requires the
722
725
*loop* argument to be passed explicitely.
723
726
- .. versionadded:: 3.4.4, 3.5.1
727
+ .. versionadded:: 3.5.1
0 commit comments