summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-07-02 04:06:51 (GMT)
committerGitHub <noreply@github.com>2020-07-02 04:06:51 (GMT)
commitdf59293bf0d815fe37743025d639a63a78e0c771 (patch)
treec5620f0b8d6d04860852303d822dfb6551733651 /Misc
parentfe0175f5b50967aae90cb759a0d2d016fb745584 (diff)
downloadcpython-df59293bf0d815fe37743025d639a63a78e0c771.zip
cpython-df59293bf0d815fe37743025d639a63a78e0c771.tar.gz
cpython-df59293bf0d815fe37743025d639a63a78e0c771.tar.bz2
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874)
(cherry picked from commit 004e64e8059fe68a72890314673282f2e60d5ce1) Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-06-15-00-13-57.bpo-40967._dx3OO.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-06-15-00-13-57.bpo-40967._dx3OO.rst b/Misc/NEWS.d/next/Library/2020-06-15-00-13-57.bpo-40967._dx3OO.rst
new file mode 100644
index 0000000..4694d99
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-06-15-00-13-57.bpo-40967._dx3OO.rst
@@ -0,0 +1,2 @@
+Removed :meth:`asyncio.Task.current_task` and
+:meth:`asyncio.Task.all_tasks`. Patch contributed by Rémi Lapeyre.