commit | c610e3e55e650f58551edf811ab8a848689f70fe | [log] [tgz] |
---|---|---|
author | Michael Foord <fuzzyman@voidspace.org.uk> | Sat Nov 20 17:50:34 2010 +0000 |
committer | Michael Foord <fuzzyman@voidspace.org.uk> | Sat Nov 20 17:50:34 2010 +0000 |
tree | 88d9e5cc2af39b7795d900bfc83757bc61e1156d | |
parent | fa73555cfc414baff62ed41e0c8c2c85b167495a [diff] |
Addition of issue 9926 to NEWS
diff --git a/Misc/NEWS b/Misc/NEWS index 7094504..693f4e6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,8 @@ - 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.