From: Michael Foord Date: Sat, 20 Nov 2010 17:50:34 +0000 (+0000) Subject: Addition of issue 9926 to NEWS X-Git-Tag: v3.2b1~295 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c610e3e55e650f58551edf811ab8a848689f70fe;p=thirdparty%2FPython%2Fcpython.git Addition of issue 9926 to NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 709450458d95..693f4e6a94b8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.