
python-checkins at python
Nov 24, 2009, 10:20 AM
Post #1 of 1
(150 views)
Permalink
|
|
r76501 - python/branches/py3k
|
|
Author: alexandre.vassalotti Date: Tue Nov 24 19:10:33 2009 New Revision: 76501 Log: Blocked revisions 76499 via svnmerge ........ 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. ........ Modified: python/branches/py3k/ (props changed) _______________________________________________ Python-checkins mailing list Python-checkins [at] python http://mail.python.org/mailman/listinfo/python-checkins
|