[Python-checkins] r63048 - peps/trunk/pep-3108.txt

alexandre.vassalotti python-checkins at python.org
Sun May 11 11:05:57 CEST 2008


Author: alexandre.vassalotti
Date: Sun May 11 11:05:57 2008
New Revision: 63048

Log:
Dealt with the copy_reg module.



Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sun May 11 11:05:57 2008
@@ -663,7 +663,7 @@
                     interface and thus should not have a leading
                     underscore)
 ConfigParser        configparser
-copy_reg            copyreg
+copy_reg            copyreg [done; 2.6, 3.0]
 PixMapWrapper       pixmapwrapper
 Queue               queue
 SocketServer        socketserver


More information about the Python-checkins mailing list