Issue 10326: TestCase instances can now be pickled (they store names of instance methods instead of references to the instance methods themselves).
diff --git a/Misc/NEWS b/Misc/NEWS
index 68769fb..c0294d7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@
 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.