]> granicus.if.org Git - python/commit
Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 17 Jul 2010 22:50:45 +0000 (22:50 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 17 Jul 2010 22:50:45 +0000 (22:50 +0000)
commitd92f04062a8cb3c01ac44f67f7bde8a11b285457
tree2259b2ace42de43b616f624a07de20dd2d2dbf6c
parentbbda0c5fbc757a2751263720dc6a255f517e5261
Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x
python when they contain instances of old-style classes.
Lib/pickle.py
Lib/test/pickletester.py
Misc/NEWS
Modules/_pickle.c