From: Serhiy Storchaka Date: Sat, 31 Jan 2015 09:42:04 +0000 (+0200) Subject: Completed Misc/NEWS entry. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9797bc374eea3662959c5616987c75814119f871;p=python Completed Misc/NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 2256bf835d..b4a52d28c0 100644 --- 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.