summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2016-08-23 16:33:54 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2016-08-23 16:33:54 (GMT)
commit4fe9f163af895c980a3d36417b11484808e7e600 (patch)
treed261334e232162c00ee3b177b68286a523e0213f /Misc
parent7caf908c64a0d6d8c875e7403f22992227be47f2 (diff)
downloadcpython-4fe9f163af895c980a3d36417b11484808e7e600.zip
cpython-4fe9f163af895c980a3d36417b11484808e7e600.tar.gz
cpython-4fe9f163af895c980a3d36417b11484808e7e600.tar.bz2
Issue #26040 (part 1): add new testcases to cmath_testcases.txt. Thanks Jeff Allen.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6f31ec0..63d19a2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,9 @@ 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.