]> granicus.if.org Git - python/commit
Merged revisions 76499 via svnmerge from
authorAlexandre Vassalotti <alexandre@peadrop.com>
Tue, 24 Nov 2009 18:06:51 +0000 (18:06 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Tue, 24 Nov 2009 18:06:51 +0000 (18:06 +0000)
commit513c46e109757357d5114d96d60cef69c3a586ec
treed8b9332f0ffa5c1f85428e5c4ddafbb14c490c79
parentcab1c661e71f54ec9a4c1f3270ad5ee0860d6a2c
Merged revisions 76499 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76499 | alexandre.vassalotti | 2009-11-24 12:53:23 -0500 (Tue, 24 Nov 2009) | 9 lines

  Issue 7128: Removed reference to the non-existent copyreg module.

  The reference to copyreg was a unnoticed leftover from the compatibility
  support for the grand renaming of the standard library in Python 3. The
  compatibility support was reverted in r63493, but not completely as this
  patch shows.

  Based on a patch by Amaury Forgeot d'Arc.
........
Lib/test/pickletester.py
Modules/cPickle.c