https://hg.python.org/cpython/rev/db80b19730f0 changeset: 94408:db80b19730f0 branch: 2.7 user: Serhiy Storchaka <storchaka at gmail.com> date: Sat Jan 31 11:42:04 2015 +0200 summary: Completed Misc/NEWS entry. files: Misc/NEWS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- 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. -- Repository URL: https://hg.python.org/cpython