summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-11-20 17:50:34 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-11-20 17:50:34 (GMT)
commitc610e3e55e650f58551edf811ab8a848689f70fe (patch)
tree88d9e5cc2af39b7795d900bfc83757bc61e1156d
parentfa73555cfc414baff62ed41e0c8c2c85b167495a (diff)
downloadcpython-c610e3e55e650f58551edf811ab8a848689f70fe.zip
cpython-c610e3e55e650f58551edf811ab8a848689f70fe.tar.gz
cpython-c610e3e55e650f58551edf811ab8a848689f70fe.tar.bz2
Addition of issue 9926 to NEWS
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7094504..693f4e6 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.