summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dd6e7c189c..0808b117a4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,9 +72,6 @@ Library
Tests
-----
-- Issue #26040: Improve math and cmath test coverage and rigour. Patch by
- Jeff Allen.
-
- Issue #27787: Call gc.collect() before checking each test for "dangling
threads", since the dangling threads are weak references.