From: Kyle Stanley Date: Fri, 20 Sep 2019 23:46:21 +0000 (-0400) Subject: Doc: Remove provisional note for asyncio.run() (GH-16310) X-Git-Tag: v3.9.0a1~373 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77af2290e594479002aa7d8f914d1f38b14a4854;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index d9320422db3b..1fb882935895 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 `. .. versionchanged:: 3.9 Updated to use :meth:`loop.shutdown_default_executor`.