summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/0240.bpo-29271.y8Vj2v.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/0240.bpo-29271.y8Vj2v.rst')
-rw-r--r--Misc/NEWS.d/next/Library/0240.bpo-29271.y8Vj2v.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/0240.bpo-29271.y8Vj2v.rst b/Misc/NEWS.d/next/Library/0240.bpo-29271.y8Vj2v.rst
deleted file mode 100644
index fd3f2ae..0000000
--- a/Misc/NEWS.d/next/Library/0240.bpo-29271.y8Vj2v.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix Task.current_task and Task.all_tasks implemented in C to accept None
-argument as their pure Python implementation.