commit | 82a6bf049e2ccceb99e9288440ffffad77bf9e90 | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Sat Jul 17 23:01:39 2010 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Sat Jul 17 23:01:39 2010 +0000 |
tree | e017932277b114c8f83fa95c1ae95d8092fda626 | |
parent | 6fd1df8c44dd986d1ba6458c9583dacda4255180 [diff] |
Merged revisions 82937 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82937 | alexander.belopolsky | 2010-07-17 18:50:45 -0400 (Sat, 17 Jul 2010) | 3 lines Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x python when they contain instances of old-style classes. ........