commit | 0d8fe3b90b5c70c2f819e992ff8d3b7f91dcec45 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 27 22:44:45 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 27 22:44:45 2015 +0200 |
tree | b8c8326eeaaae237e7f995324b64b34e9c6e085f | |
parent | 179fe5e36e8775093b9aec5bc084e7b0b24b8c5f [diff] [blame] |
Issue #19949: The test_xpickle test now tests compatibility with installed Python 2.7 and reports skipped tests. Based on patch by Zachary Ware.
diff --git a/Misc/NEWS b/Misc/NEWS index b00193e..c08951e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -86,6 +86,8 @@ Tests ----- +- Issue #19949: The test_xpickle test now + - Issue #11578: Backported test for the timeit module. - Issue #22943: bsddb tests are locale independend now.