summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Stanley <aeros167@gmail.com>2019-09-20 19:46:21 -0400
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-09-20 16:46:21 -0700
commit77af2290e594479002aa7d8f914d1f38b14a4854 (patch)
treeff8ce4c2ba44247ee519255274ed59161a3933f1
parentc422167749f92d4170203e996a2c619c818335ea (diff)
downloadcpython-git-77af2290e594479002aa7d8f914d1f38b14a4854.tar.gz
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
-rw-r--r--Doc/library/asyncio-task.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index d9320422db..1fb8829358 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -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`.