diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-12-15 13:15:31 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-12-15 13:15:31 (GMT) |
commit | 2e872082f620e2fa96fe37dc6a5c3cb5b55bdcbd (patch) | |
tree | 15797204ace429398c144c6a1c2246624c7fa5ea /Misc | |
parent | b7288a74f228d45aedd5fb8b125df2885681f680 (diff) | |
download | cpython-2e872082f620e2fa96fe37dc6a5c3cb5b55bdcbd.zip cpython-2e872082f620e2fa96fe37dc6a5c3cb5b55bdcbd.tar.gz cpython-2e872082f620e2fa96fe37dc6a5c3cb5b55bdcbd.tar.bz2 |
Fix the fix for issue #12149: it was incorrect, although it had the side
effect of appearing to resolve the issue. Thanks to Mark Shannon for
noticing.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ What's New in Python 3.2.3? Core and Builtins ----------------- +- Fix the fix for issue #12149: it was incorrect, although it had the side + effect of appearing to resolve the issue. Thanks to Mark Shannon for + noticing. + - Issue #13505: Pickle bytes objects in a way that is compatible with Python 2 when using protocols <= 2. |