[Python-checkins] asyncio/docs: Mark asyncio.run() as provisional in 3.7. (GH-6946) (GH-6949)

Yury Selivanov webhook-mailer at python.org
Thu May 17 15:10:59 EDT 2018


https://github.com/python/cpython/commit/f34ade33ee307434bb73fd1853da3295047f0076
commit: f34ade33ee307434bb73fd1853da3295047f0076
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Yury Selivanov <yury at magic.io>
date: 2018-05-17T15:10:56-04:00
summary:

asyncio/docs: Mark asyncio.run() as provisional in 3.7. (GH-6946) (GH-6949)

(cherry picked from commit d8d715f5148d0c10e93a79bc4172fbd9c5b3a86e)

Co-authored-by: Yury Selivanov <yury at magic.io>

files:
M Doc/library/asyncio-task.rst

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 <provisional api>`.
 
 
 .. _asyncio-hello-world-coroutine:



More information about the Python-checkins mailing list