diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2011-12-13 18:22:42 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2011-12-13 18:22:42 (GMT) |
commit | a23d65ccfe3b8f618bf3dde4d0d27895e764367e (patch) | |
tree | d622378b5708429037e47b5759adf76525b502c4 /Misc | |
parent | ec51cf159f2e75d3bdab181877fc28137ce052ba (diff) | |
parent | 3bfc65a25ba2e010ef12db0cff006c2cbbeb18f9 (diff) | |
download | cpython-a23d65ccfe3b8f618bf3dde4d0d27895e764367e.zip cpython-a23d65ccfe3b8f618bf3dde4d0d27895e764367e.tar.gz cpython-a23d65ccfe3b8f618bf3dde4d0d27895e764367e.tar.bz2 |
Merge 3.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |