From: Serhiy Storchaka Date: Mon, 18 Jan 2016 19:36:03 +0000 (+0200) Subject: Issue #26013: Added compatibility with broken protocol 2 pickles created X-Git-Tag: v3.6.0a1~745 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=905a97d4c28a6bd924eda0234af8f3398bde5fe7;p=thirdparty%2FPython%2Fcpython.git Issue #26013: Added compatibility with broken protocol 2 pickles created in old Python 3 versions (3.4.3 and lower). --- 905a97d4c28a6bd924eda0234af8f3398bde5fe7 diff --cc Misc/NEWS index d3edac7552ce,69441424f1aa..f5a2afcbe8da --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -131,15 -44,12 +131,18 @@@ Core and Builtin Library ------- + - Issue #26013: Added compatibility with broken protocol 2 pickles created + in old Python 3 versions (3.4.3 and lower). + +- Issue #26129: Deprecated accepting non-integers in grp.getgrgid(). + - Issue #25850: Use cross-compilation by default for 64-bit Windows. -- Issue #17633: Improve zipimport's support for namespace packages. +- Issue #25822: Add docstrings to the fields of urllib.parse results. + Patch contributed by Swati Jaiswal. + +- Issue #22642: Convert trace module option parsing mechanism to argparse. + Patch contributed by SilentGhost. - Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars appearing before $() vars.