diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-03-30 14:37:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-03-30 14:37:25 (GMT) |
commit | 337b1737df66a466d12effcee515653e0b6ad024 (patch) | |
tree | 0a43b7853e628092919c2f14fd2a594fbfa62ac8 /Misc | |
parent | da76aa8e47ea6be5d77900b6a04adb7c756467f2 (diff) | |
parent | d627e122d79802c3f91d6157af6af34d6f6a1757 (diff) | |
download | cpython-337b1737df66a466d12effcee515653e0b6ad024.zip cpython-337b1737df66a466d12effcee515653e0b6ad024.tar.gz cpython-337b1737df66a466d12effcee515653e0b6ad024.tar.bz2 |
merge 2.7.4 release branch
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,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 ------------- |