diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-11-20 15:34:26 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-11-20 15:34:26 (GMT) |
commit | 8ca6d9884bcbdd05fe270e75e10f51af614e22a2 (patch) | |
tree | d6a9280c42e73fa1f344b415aacc759df3bae957 /Misc/NEWS | |
parent | e5db2636f3fedd772e55ce55e4cf820475f29fe3 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |