diff options
author | Kyle Stanley <aeros167@gmail.com> | 2019-09-20 23:46:21 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-09-20 23:46:21 (GMT) |
commit | 77af2290e594479002aa7d8f914d1f38b14a4854 (patch) | |
tree | ff8ce4c2ba44247ee519255274ed59161a3933f1 | |
parent | c422167749f92d4170203e996a2c619c818335ea (diff) | |
download | cpython-77af2290e594479002aa7d8f914d1f38b14a4854.zip cpython-77af2290e594479002aa7d8f914d1f38b14a4854.tar.gz cpython-77af2290e594479002aa7d8f914d1f38b14a4854.tar.bz2 |
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.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index d932042..1fb8829 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`. |