]> granicus.if.org Git - python/commit
Issue #26013: Added compatibility with broken protocol 2 pickles created
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 18 Jan 2016 19:36:03 +0000 (21:36 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 18 Jan 2016 19:36:03 +0000 (21:36 +0200)
commit905a97d4c28a6bd924eda0234af8f3398bde5fe7
tree390b7292cb8dcebbaa218b683719198e69235771
parent75ed70828580e7733356541efacef0e245b10a2f
parent111c7b9011c5838f8276e8729bc8cbeb693d4ac7
Issue #26013: Added compatibility with broken protocol 2 pickles created
in old Python 3 versions (3.4.3 and lower).
Misc/NEWS