summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2016-09-03 18:30:22 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2016-09-03 18:30:22 (GMT)
commit96f774d8246e91bc30fc440b65f9c7a435462f45 (patch)
tree6692b7c69287ecdce26612c74f0cab812801a17e /Misc
parent06cf601e4f9ce57d12573943dda90d1ee4330b7a (diff)
downloadcpython-96f774d8246e91bc30fc440b65f9c7a435462f45.zip
cpython-96f774d8246e91bc30fc440b65f9c7a435462f45.tar.gz
cpython-96f774d8246e91bc30fc440b65f9c7a435462f45.tar.bz2
Issue #26040: Improve test_math and test_cmath coverage and rigour. 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 48b9a83..a713094 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -135,6 +135,9 @@ Library
Tests
-----
+- Issue #26040: Improve test_math and test_cmath 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.