]> granicus.if.org Git - python/commitdiff
Doc: Remove provisional note for asyncio.run() (GH-16310)
authorKyle Stanley <aeros167@gmail.com>
Fri, 20 Sep 2019 23:46:21 +0000 (19:46 -0400)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 20 Sep 2019 23:46:21 +0000 (16:46 -0700)
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
Doc/library/asyncio-task.rst

index d9320422db3b8b58bac40be4af7ec7fa00a35e74..1fb882935895187162ee3dfc92abcbdaad16902d 100644 (file)
@@ -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`.