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

alexandre.vassalotti python-checkins at python.org
Thu May 15 01:11:48 CEST 2008


Author: alexandre.vassalotti
Date: Thu May 15 01:11:48 2008
New Revision: 63253

Log:
Dealt with ConfigParser.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Thu May 15 01:11:48 2008
@@ -674,7 +674,7 @@
 _winreg             winreg (rename also because module has a public
                     interface and thus should not have a leading
                     underscore)
-ConfigParser        configparser
+ConfigParser        configparser [done; 2.6, 3.0]
 copy_reg            copyreg [done; 2.6, 3.0]
 Queue               queue [done: 2.6, 3.0]
 SocketServer        socketserver [done: 2.6, 3.0]


More information about the Python-checkins mailing list