summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-01-18 19:35:22 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-01-18 19:35:22 (GMT)
commit111c7b9011c5838f8276e8729bc8cbeb693d4ac7 (patch)
treeeec5c3fee71a7c2f78dfb50507bd7a5f19d0d0dc /Misc
parent084f7e4012f5d9e16f82ab5527bb592fdf1badef (diff)
downloadcpython-111c7b9011c5838f8276e8729bc8cbeb693d4ac7.zip
cpython-111c7b9011c5838f8276e8729bc8cbeb693d4ac7.tar.gz
cpython-111c7b9011c5838f8276e8729bc8cbeb693d4ac7.tar.bz2
Issue #26013: Added compatibility with broken protocol 2 pickles created
in old Python 3 versions (3.4.3 and lower).
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 735e420..6944142 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@ Core and Builtins
Library
-------
+- Issue #26013: Added compatibility with broken protocol 2 pickles created
+ in old Python 3 versions (3.4.3 and lower).
+
- Issue #25850: Use cross-compilation by default for 64-bit Windows.
- Issue #17633: Improve zipimport's support for namespace packages.