Skip to content

Commit 77af229

Browse files
aerosmiss-islington
authored andcommitted
Doc: Remove provisional note for asyncio.run() (GH-16310)
Based on a comment from @asvetlov #15735 (comment), this removes the provisional note for ``asyncio.run()`` in the documentation. Automerge-Triggered-By: @1st1
1 parent c422167 commit 77af229

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Doc/library/asyncio-task.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ Running an asyncio Program
226226
programs, and should ideally only be called once.
227227

228228
.. versionadded:: 3.7
229-
**Important:** this function has been added to asyncio in
230-
Python 3.7 on a :term:`provisional basis <provisional api>`.
231229

232230
.. versionchanged:: 3.9
233231
Updated to use :meth:`loop.shutdown_default_executor`.

0 commit comments

Comments
 (0)