summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-12-15 13:15:31 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-12-15 13:15:31 (GMT)
commit2e872082f620e2fa96fe37dc6a5c3cb5b55bdcbd (patch)
tree15797204ace429398c144c6a1c2246624c7fa5ea /Misc
parentb7288a74f228d45aedd5fb8b125df2885681f680 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ac3a130..8b43413 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.