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.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 961ffc8..b841de3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -753,6 +753,9 @@
 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