summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-11-20 11:08:27 +0000
committerMark Dickinson <dickinsm@gmail.com>2010-11-20 11:08:27 +0000
commitbb83dcd99ee259d77a060e8b6107148b749f2977 (patch)
tree9a83111a69e04bb3fca966da773be0a338f4e750 /Misc/NEWS
parente83bb144d64eae9200dd78c7d7ecc8334aae8788 (diff)
downloadcpython-bb83dcd99ee259d77a060e8b6107148b749f2977.tar.gz
Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to
complex zeros on systems where the log1p function fails to respect the sign of zero. This fixes a test failure on AIX.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 917b7cd3b0..672d9183c8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,10 @@ Core and Builtins
Library
-------
+- Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to
+ complex zeros on systems where the log1p function fails to respect
+ the sign of zero. This fixes a test failure on AIX.
+
- Issue #10446: Module documentation generated by pydoc now links to a
version-specific online reference manual.