summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2016-08-23 19:00:49 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2016-08-23 19:00:49 (GMT)
commitf42852148103316fbcd98f935d38bda24e5bbbc3 (patch)
tree5ca52d94c2515faa65fca0873bb7a4c53875bd50 /Misc
parent7c7c14696bc8728e6853fba7595d6125d4eff238 (diff)
downloadcpython-f42852148103316fbcd98f935d38bda24e5bbbc3.zip
cpython-f42852148103316fbcd98f935d38bda24e5bbbc3.tar.gz
cpython-f42852148103316fbcd98f935d38bda24e5bbbc3.tar.bz2
Backed out changeset 1017215f5492
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dd6e7c1..0808b11 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.