From c610e3e55e650f58551edf811ab8a848689f70fe Mon Sep 17 00:00:00 2001 From: Michael Foord Date: Sat, 20 Nov 2010 17:50:34 +0000 Subject: [PATCH] Addition of issue 9926 to NEWS --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 709450458d9..693f4e6a94b 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.