commit | 9797bc374eea3662959c5616987c75814119f871 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Jan 31 11:42:04 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Jan 31 11:42:04 2015 +0200 |
tree | 642ecd193e7ca12c1c3ec291f28e112a99ee31ed | |
parent | 5312a7f912088361e2a1fccd5daeaa9dc4ff5fd3 [diff] [blame] |
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.