summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2016-09-04 11:29:14 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2016-09-04 11:29:14 (GMT)
commit31ba1c3de82ebabd7df7a8c77a9638e2c49a2de0 (patch)
tree20893e5bd09c0fc34b7c67abc453c171790fb9a3 /Misc
parent85746542ead2e8994263b893f2d7560beb3bf1ca (diff)
downloadcpython-31ba1c3de82ebabd7df7a8c77a9638e2c49a2de0.zip
cpython-31ba1c3de82ebabd7df7a8c77a9638e2c49a2de0.tar.gz
cpython-31ba1c3de82ebabd7df7a8c77a9638e2c49a2de0.tar.bz2
Issue #27427: Additional tests for the math module. Thanks Francisco Couzo.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0603483..79366cb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -135,6 +135,8 @@ Library
Tests
-----
+- Issue #27427: Additional tests for the math module. Patch by Francisco Couzo.
+
- Issue #27953: Skip math and cmath tests that fail on OS X 10.4 due to a
poor libm implementation of tan.