summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-11-20 15:34:26 +0000
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-11-20 15:34:26 +0000
commit9a11d45ee217e8606b8d1396e94d99e4f19c4f6d (patch)
tree8e239b69b29b24e66082f8c73d613e8512975e0d /Misc/NEWS
parent04eb7638477a881764c08a60e7fce7c04a99639f (diff)
downloadcpython-9a11d45ee217e8606b8d1396e94d99e4f19c4f6d.tar.gz
Issue 10326: TestCase instances can now be pickled (they store names of instance methods instead of references to the instance methods themselves).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 68769fb2a0..c0294d7e5c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Core and Builtins
Library
-------
+- Issue 10326: unittest.TestCase instances can be pickled.
+
- 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.