Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 457306b

Browse files
aeros1st1
authored andcommitted
Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)
1 parent ae7aa42 commit 457306b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/whatsnew/3.8.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,8 @@ Deprecated
16771677
:func:`asyncio.create_subprocess_shell`.
16781678

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

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

0 commit comments

Comments
 (0)