]> granicus.if.org Git - python/commitdiff
Completed Misc/NEWS entry.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 31 Jan 2015 09:42:04 +0000 (11:42 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 31 Jan 2015 09:42:04 +0000 (11:42 +0200)
Misc/NEWS

index 2256bf835dd02a92f41241986609e30004229799..b4a52d28c0558f2ee42b875a763985c2d0a8f209 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -86,7 +86,8 @@ Tools/Demos
 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.