summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-11-20 11:08:27 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-11-20 11:08:27 (GMT)
commit4ccc137affe960741c3f6758ce00277d15409665 (patch)
tree9f3eb0388baf48bca4d17a96779c371c16b308af /Misc
parent6646cd45be26c532a1152cea6a6e0ba27838c645 (diff)
downloadcpython-4ccc137affe960741c3f6758ce00277d15409665.zip
cpython-4ccc137affe960741c3f6758ce00277d15409665.tar.gz
cpython-4ccc137affe960741c3f6758ce00277d15409665.tar.bz2
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')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 917b7cd..672d918 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.