]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 Oct 2019 02:00:26 +0000 (19:00 -0700)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2019 02:00:26 +0000 (19:00 -0700)
(cherry picked from commit 457306bddbc0021396504b7349fe0c322b65f7a7)

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Doc/whatsnew/3.8.rst

index 21a6a00d8aa0d6aab934c8ea0d39b2ab80a5fba3..e50ccae9549212d38dd6df180f1dcfbf1f545272 100644 (file)
@@ -1679,7 +1679,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`,