summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-03-30 14:36:31 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-03-30 14:36:31 (GMT)
commitd627e122d79802c3f91d6157af6af34d6f6a1757 (patch)
tree61f338b19edc9b46485b122d9495af3924dbc9ac /Misc
parent0861b13c981b93364db8a5bc184840acd4805497 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index adf78de..4587309 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-------------