Issue #19949: The test_xpickle test now tests compatibility with installed
Python 2.7 and reports skipped tests.  Based on patch by Zachary Ware.
diff --git a/Misc/NEWS b/Misc/NEWS
index b00193e..c08951e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -86,6 +86,8 @@
 Tests
 -----
 
+- Issue #19949: The test_xpickle test now 
+
 - Issue #11578: Backported test for the timeit module.
 
 - Issue #22943: bsddb tests are locale independend now.