commit | 3bfc65a25ba2e010ef12db0cff006c2cbbeb18f9 | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Tue Dec 13 13:08:09 2011 -0500 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Tue Dec 13 13:08:09 2011 -0500 |
tree | 48d1cd0accf5405ab51196dee2f68551fd9e9175 | |
parent | 7b7e39a61f0c784252f94eeaae8ee44a44968a6f [diff] [blame] |
Issue #13505: Make pickling of bytes object compatible with Python 2. Initial patch by sbt.
diff --git a/Misc/NEWS b/Misc/NEWS index 6d18ddf..f654d8d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ 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).