commit | d627e122d79802c3f91d6157af6af34d6f6a1757 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Mar 30 10:36:31 2013 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Mar 30 10:36:31 2013 -0400 |
tree | 61f338b19edc9b46485b122d9495af3924dbc9ac | |
parent | 0861b13c981b93364db8a5bc184840acd4805497 [diff] [blame] |
fall back when an old test_support doesn't have various data and functions (closes #17533)
diff --git a/Misc/NEWS b/Misc/NEWS index adf78de..4587309 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,8 @@ - Issue #17531: Fix tests that thought group and user ids were always the int type. Also, always allow -1 as a valid group and user id. +- Issue #17533: Fix test_xpickle with older versions of Python 2.5. + Documentation -------------