Skip to content

Commit 31c19e6

Browse files
Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)
(cherry picked from commit 457306b) Co-authored-by: Kyle Stanley <aeros167@gmail.com>
1 parent 2267cb9 commit 31c19e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,8 @@ Deprecated
16791679
:func:`asyncio.create_subprocess_shell`.
16801680

16811681
* The explicit passing of coroutine objects to :func:`asyncio.wait` has been
1682-
deprecated and will be removed in version 3.10.
1682+
deprecated and will be removed in version 3.11.
1683+
(Contributed by Yury Selivanov in :issue:`34790`.)
16831684

16841685
* The following functions and methods are deprecated in the :mod:`gettext`
16851686
module: :func:`~gettext.lgettext`, :func:`~gettext.ldgettext`,

0 commit comments

Comments
 (0)