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

(cherry picked from commit d8d715f514)

Co-authored-by: Yury Selivanov <yury@magic.io>
This commit is contained in:
Miss Islington (bot) 2018-05-17 12:10:56 -07:00 committed by Yury Selivanov
parent 54fc49737a
commit f34ade33ee

View file

@ -108,6 +108,8 @@ Coroutines (and tasks) can only run when the event loop is running.
programs, and should ideally only be called once. programs, and should ideally only be called once.
.. versionadded:: 3.7 .. 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: .. _asyncio-hello-world-coroutine: