[Python-checkins] (no subject)

Stéphane Wirtel webhook-mailer at python.org
Sat Sep 21 01:29:13 EDT 2019




To: python-checkins at python.org
Subject: Doc: Remove provisional note for asyncio.run() (GH-16310) (GH-16311)
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

https://github.com/python/cpython/commit/960f52adc966748123a2d2b5dceb0482e090=
c15b
commit: 960f52adc966748123a2d2b5dceb0482e090c15b
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.co=
m>
committer: St=C3=A9phane Wirtel <stephane at wirtel.be>
date: 2019-09-21T07:29:09+02:00
summary:

Doc: Remove provisional note for asyncio.run() (GH-16310) (GH-16311)

Based on a comment from @asvetlov https://github.com/python/cpython/pull/1573=
5GH-discussion_r323619076, this removes the provisional note for ``asyncio.ru=
n()`` in the documentation.

Automerge-Triggered-By: @1st1
(cherry picked from commit 77af2290e594479002aa7d8f914d1f38b14a4854)

Co-authored-by: Kyle Stanley <aeros167 at gmail.com>

files:
M Doc/library/asyncio-task.rst

diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 57e0e07ad3bb..7efec5b6c1df 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.
=20
     .. versionadded:: 3.7
-       **Important:** this function has been added to asyncio in
-       Python 3.7 on a :term:`provisional basis <provisional api>`.
=20
=20
 Creating Tasks



More information about the Python-checkins mailing list