]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`...
authorjack1142 <6032823+jack1142@users.noreply.github.com>
Wed, 13 May 2020 18:55:12 +0000 (20:55 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2020 18:55:12 +0000 (11:55 -0700)
Doc/library/asyncio-task.rst
Misc/NEWS.d/next/Documentation/2020-05-08-20-18-55.bpo-34790.t6kW_1.rst [new file with mode: 0644]

index 6627bec79823a32172860208600396f30bf6429d..42e2b4e2fc5b9134ec5326930c42490b963cae89 100644 (file)
@@ -575,7 +575,7 @@ Waiting Primitives
           if task in done:
               # Everything will work as expected now.
 
-   .. deprecated:: 3.8
+   .. deprecated-removed:: 3.8 3.11
 
       Passing coroutine objects to ``wait()`` directly is
       deprecated.
diff --git a/Misc/NEWS.d/next/Documentation/2020-05-08-20-18-55.bpo-34790.t6kW_1.rst b/Misc/NEWS.d/next/Documentation/2020-05-08-20-18-55.bpo-34790.t6kW_1.rst
new file mode 100644 (file)
index 0000000..4f349ad
--- /dev/null
@@ -0,0 +1 @@
+Add version of removal for explicit passing of coros to `asyncio.wait()`'s documentation
\ No newline at end of file