diff options
author | Kyle Stanley <aeros167@gmail.com> | 2019-10-29 01:53:22 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2019-10-29 01:53:22 (GMT) |
commit | 457306bddbc0021396504b7349fe0c322b65f7a7 (patch) | |
tree | 029ce7fbd182f3a166687f07679e0cd62dc47120 /Doc | |
parent | ae7aa4277437566b55aa6941d8d50cce35848ace (diff) | |
download | cpython-457306bddbc0021396504b7349fe0c322b65f7a7.zip cpython-457306bddbc0021396504b7349fe0c322b65f7a7.tar.gz cpython-457306bddbc0021396504b7349fe0c322b65f7a7.tar.bz2 |
Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.8.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index a3c5f5e..e267096 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -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`, |