diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-03-30 14:36:31 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-03-30 14:36:31 (GMT) |
commit | d627e122d79802c3f91d6157af6af34d6f6a1757 (patch) | |
tree | 61f338b19edc9b46485b122d9495af3924dbc9ac /Misc | |
parent | 0861b13c981b93364db8a5bc184840acd4805497 (diff) | |
download | cpython-d627e122d79802c3f91d6157af6af34d6f6a1757.zip cpython-d627e122d79802c3f91d6157af6af34d6f6a1757.tar.gz cpython-d627e122d79802c3f91d6157af6af34d6f6a1757.tar.bz2 |
fall back when an old test_support doesn't have various data and functions (closes #17533)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ Library - 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 ------------- |