From: Yury Selivanov Date: Thu, 17 May 2018 17:44:00 +0000 (-0400) Subject: asyncio/docs: Mark asyncio.run() as provisional in 3.7. (#6946) X-Git-Tag: v3.8.0a1~1816 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8d715f5148d0c10e93a79bc4172fbd9c5b3a86e;p=thirdparty%2FPython%2Fcpython.git asyncio/docs: Mark asyncio.run() as provisional in 3.7. (#6946) --- diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 364323d5ca8b..db0e04a4a1d1 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -108,6 +108,8 @@ Coroutines (and tasks) can only run when the event loop is running. programs, and should ideally only be called once. .. versionadded:: 3.7 + **Important:** this has been been added to asyncio in Python 3.7 + on a :term:`provisional basis `. .. _asyncio-hello-world-coroutine: