diff options
author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | 2021-05-26 21:59:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 21:59:34 (GMT) |
commit | d8fd8c8568cbc2f53c1abeda3596a89a46f0e3d7 (patch) | |
tree | 5aa6a38c5e7210ef1a5f5305e683f65780642aba /Misc | |
parent | f6fbdb90ee450ad693f7a7809035d0dc968f98b7 (diff) | |
download | cpython-d8fd8c8568cbc2f53c1abeda3596a89a46f0e3d7.zip cpython-d8fd8c8568cbc2f53c1abeda3596a89a46f0e3d7.tar.gz cpython-d8fd8c8568cbc2f53c1abeda3596a89a46f0e3d7.tar.bz2 |
bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)
* Add deprecated-removed loop labels for all reelvant functions/classes in asyncio
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-05-26-11-16-33.bpo-42392.oxRx6E.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-05-26-11-16-33.bpo-42392.oxRx6E.rst b/Misc/NEWS.d/next/Documentation/2021-05-26-11-16-33.bpo-42392.oxRx6E.rst new file mode 100644 index 0000000..5c840de --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-05-26-11-16-33.bpo-42392.oxRx6E.rst @@ -0,0 +1,2 @@ +Document the deprecation and removal of the ``loop`` parameter for many +functions and classes in :mod:`asyncio`. |