From: Serhiy Storchaka Date: Sat, 31 Jan 2015 09:42:04 +0000 (+0200) Subject: Completed Misc/NEWS entry. X-Git-Tag: v2.7.10rc1~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9797bc374eea3662959c5616987c75814119f871;p=thirdparty%2FPython%2Fcpython.git Completed Misc/NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 2256bf835dd0..b4a52d28c055 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.