summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2011-12-13 18:22:42 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2011-12-13 18:22:42 (GMT)
commita23d65ccfe3b8f618bf3dde4d0d27895e764367e (patch)
treed622378b5708429037e47b5759adf76525b502c4 /Misc
parentec51cf159f2e75d3bdab181877fc28137ce052ba (diff)
parent3bfc65a25ba2e010ef12db0cff006c2cbbeb18f9 (diff)
downloadcpython-a23d65ccfe3b8f618bf3dde4d0d27895e764367e.zip
cpython-a23d65ccfe3b8f618bf3dde4d0d27895e764367e.tar.gz
cpython-a23d65ccfe3b8f618bf3dde4d0d27895e764367e.tar.bz2
Merge 3.2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 81b98db..bf7399d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1?
Core and Builtins
-----------------
+- Issue #13505: Pickle bytes objects in a way that is compatible with
+ Python 2 when using protocols <= 2.
+
- Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix
given by Campbell Barton).