summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorRémi Lapeyre <remi.lapeyre@lenstra.fr>2020-07-02 03:41:21 (GMT)
committerGitHub <noreply@github.com>2020-07-02 03:41:21 (GMT)
commit004e64e8059fe68a72890314673282f2e60d5ce1 (patch)
tree02729d1a0324f5ccfbdea2d667cc2ec348c5a156 /Misc/NEWS.d
parent666ecfb0957a2fa0df5e2bd03804195de74bdfbf (diff)
downloadcpython-004e64e8059fe68a72890314673282f2e60d5ce1.zip
cpython-004e64e8059fe68a72890314673282f2e60d5ce1.tar.gz
cpython-004e64e8059fe68a72890314673282f2e60d5ce1.tar.bz2
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874)
Diffstat (limited to 'Misc/NEWS.d')
-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.