diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-07-17 23:01:39 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-07-17 23:01:39 (GMT) |
commit | 82a6bf049e2ccceb99e9288440ffffad77bf9e90 (patch) | |
tree | e017932277b114c8f83fa95c1ae95d8092fda626 /Misc/NEWS | |
parent | 6fd1df8c44dd986d1ba6458c9583dacda4255180 (diff) | |
download | cpython-82a6bf049e2ccceb99e9288440ffffad77bf9e90.zip cpython-82a6bf049e2ccceb99e9288440ffffad77bf9e90.tar.gz cpython-82a6bf049e2ccceb99e9288440ffffad77bf9e90.tar.bz2 |
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.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -753,6 +753,9 @@ Library Extension Modules ----------------- +- Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x + python when they contain instances of old-style classes. + - Issue #7670: sqlite3: Fixed crashes when operating on closed connections. - Stop providing crtassem.h symbols when compiling with Visual Studio 2010, as |