]> granicus.if.org Git - python/commit
Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to
authorMark Dickinson <dickinsm@gmail.com>
Sat, 20 Nov 2010 11:08:27 +0000 (11:08 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 20 Nov 2010 11:08:27 +0000 (11:08 +0000)
commit4ccc137affe960741c3f6758ce00277d15409665
tree9f3eb0388baf48bca4d17a96779c371c16b308af
parent6646cd45be26c532a1152cea6a6e0ba27838c645
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.
Lib/test/cmath_testcases.txt
Lib/test/test_cmath.py
Misc/NEWS