From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 21 Sep 2019 05:29:09 +0000 (-0700) Subject: Doc: Remove provisional note for asyncio.run() (GH-16310) (GH-16311) X-Git-Tag: v3.8.0rc1~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=960f52adc966748123a2d2b5dceb0482e090c15b;p=python Doc: Remove provisional note for asyncio.run() (GH-16310) (GH-16311) Based on a comment from @asvetlov https://github.com/python/cpython/pull/15735GH-discussion_r323619076, this removes the provisional note for ``asyncio.run()`` in the documentation. Automerge-Triggered-By: @1st1 (cherry picked from commit 77af2290e594479002aa7d8f914d1f38b14a4854) Co-authored-by: Kyle Stanley --- diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 57e0e07ad3..7efec5b6c1 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 `. Creating Tasks