summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-07-17 23:01:39 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-07-17 23:01:39 (GMT)
commit82a6bf049e2ccceb99e9288440ffffad77bf9e90 (patch)
treee017932277b114c8f83fa95c1ae95d8092fda626 /Misc/NEWS
parent6fd1df8c44dd986d1ba6458c9583dacda4255180 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 961ffc8..b841de3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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