Skip to content

Commit d8d715f

Browse files
authored
asyncio/docs: Mark asyncio.run() as provisional in 3.7. (#6946)
1 parent 48b1f37 commit d8d715f

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)