mirror of
https://github.com/python/cpython.git
synced 2025-10-01 12:52:18 +00:00
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:
parent
54fc49737a
commit
f34ade33ee
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue