diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-11-20 17:50:34 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-11-20 17:50:34 (GMT) |
commit | c610e3e55e650f58551edf811ab8a848689f70fe (patch) | |
tree | 88d9e5cc2af39b7795d900bfc83757bc61e1156d | |
parent | fa73555cfc414baff62ed41e0c8c2c85b167495a (diff) | |
download | cpython-c610e3e55e650f58551edf811ab8a848689f70fe.zip cpython-c610e3e55e650f58551edf811ab8a848689f70fe.tar.gz cpython-c610e3e55e650f58551edf811ab8a848689f70fe.tar.bz2 |
Addition of issue 9926 to NEWS
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,8 @@ Library - Issue 10326: unittest.TestCase instances can be pickled. +- Issue 9926: Wrapped TestSuite subclass does not get __call__ executed. + - 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. |