summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-11-20 15:34:26 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-11-20 15:34:26 (GMT)
commit8ca6d9884bcbdd05fe270e75e10f51af614e22a2 (patch)
treed6a9280c42e73fa1f344b415aacc759df3bae957 /Misc/NEWS
parente5db2636f3fedd772e55ce55e4cf820475f29fe3 (diff)
downloadcpython-8ca6d9884bcbdd05fe270e75e10f51af614e22a2.zip
cpython-8ca6d9884bcbdd05fe270e75e10f51af614e22a2.tar.gz
cpython-8ca6d9884bcbdd05fe270e75e10f51af614e22a2.tar.bz2
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 68769fb..c0294d7 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.