Skip to content

Commit f34ade3

Browse files
miss-islington1st1
andcommitted
asyncio/docs: Mark asyncio.run() as provisional in 3.7. (GH-6946) (GH-6949)
(cherry picked from commit d8d715f) Co-authored-by: Yury Selivanov <[email protected]>
1 parent 54fc497 commit f34ade3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/asyncio-task.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ Coroutines (and tasks) can only run when the event loop is running.
108108
programs, and should ideally only be called once.
109109

110110
.. versionadded:: 3.7
111+
**Important:** this has been been added to asyncio in Python 3.7
112+
on a :term:`provisional basis <provisional api>`.
111113

112114

113115
.. _asyncio-hello-world-coroutine:

0 commit comments

Comments
 (0)