]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)
authorKyle Stanley <aeros167@gmail.com>
Tue, 29 Oct 2019 01:53:22 +0000 (21:53 -0400)
committerYury Selivanov <yury@magic.io>
Tue, 29 Oct 2019 01:53:22 +0000 (21:53 -0400)
Doc/whatsnew/3.8.rst

index a3c5f5eab8cab40204ef17256b2b43dfe07eed31..e26709696f956a49aa5425fa5a1f81e62d037320 100644 (file)
@@ -1677,7 +1677,8 @@ Deprecated
   :func:`asyncio.create_subprocess_shell`.
 
 * The explicit passing of coroutine objects to :func:`asyncio.wait` has been
-  deprecated and will be removed in version 3.10.
+  deprecated and will be removed in version 3.11.
+  (Contributed by Yury Selivanov in :issue:`34790`.)
 
 * The following functions and methods are deprecated in the :mod:`gettext`
   module: :func:`~gettext.lgettext`, :func:`~gettext.ldgettext`,