Commit 77af2290 authored by Kyle Stanley's avatar Kyle Stanley Committed by Miss Islington (bot)

Doc: Remove provisional note for asyncio.run() (GH-16310)



Based on a comment from @asvetlov https://github.com/python/cpython/pull/15735#discussion_r323619076, this removes the provisional note for ``asyncio.run()`` in the documentation.

Automerge-Triggered-By: @1st1
parent c4221677
......@@ -226,8 +226,6 @@ Running an asyncio Program
programs, and should ideally only be called once.
.. versionadded:: 3.7
**Important:** this function has been added to asyncio in
Python 3.7 on a :term:`provisional basis <provisional api>`.
.. versionchanged:: 3.9
Updated to use :meth:`loop.shutdown_default_executor`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment