Completed Misc/NEWS entry.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2256bf8..b4a52d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -86,7 +86,8 @@
 Tests
 -----
 
-- Issue #19949: The test_xpickle test now 
+- Issue #19949: The test_xpickle test now tests compatibility with installed
+  Python 2.7 and reports skipped tests.  Based on patch by Zachary Ware.
 
 - Issue #11578: Backported test for the timeit module.