summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
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 /Doc/whatsnew
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 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.10.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 96565c3..fad8ea8 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -1577,6 +1577,7 @@ Deprecated
* ``cgi.log()`` is deprecated and slated for removal in Python 3.12.
(Contributed by Inada Naoki in :issue:`41139`.)
+.. _whatsnew310-removed:
Removed
=======