summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-05-26 22:19:42 (GMT)
committerGitHub <noreply@github.com>2021-05-26 22:19:42 (GMT)
commit150a8e8a3edbbed12b98c8f22e2972cd47fd3ba5 (patch)
tree6d8e633c85c395e08c7cefdd6cd1e0eb37d1cf90 /Misc
parent97b4576f655c09e32d2cbcdcdbda72b1bf9f438a (diff)
downloadcpython-150a8e8a3edbbed12b98c8f22e2972cd47fd3ba5.zip
cpython-150a8e8a3edbbed12b98c8f22e2972cd47fd3ba5.tar.gz
cpython-150a8e8a3edbbed12b98c8f22e2972cd47fd3ba5.tar.bz2
[3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) (GH-26390)
* Add deprecated-removed loop labels for all reelvant functions/classes in asyncio (cherry picked from commit d8fd8c8568cbc2f53c1abeda3596a89a46f0e3d7) Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Automerge-Triggered-By: GH:gpshead
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2021-05-26-11-16-33.bpo-42392.oxRx6E.rst2
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`.