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

georg.brandl python-checkins at python.org
Sun May 25 09:26:41 CEST 2008


Author: georg.brandl
Date: Sun May 25 09:26:41 2008
New Revision: 63608

Log:
ConfigParser and Queue are reverted in 2.6.


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 25 09:26:41 2008
@@ -673,9 +673,9 @@
 _winreg             winreg (rename also because module has a public
                     interface and thus should not have a leading
                     underscore) TODO
-ConfigParser        configparser [done: 3.0] (TODO revert in 2.6)
+ConfigParser        configparser [done]
 copy_reg            copyreg [done]
-Queue               queue [done: 3.0] (TODO revert in 2.6)
+Queue               queue [done]
 SocketServer        socketserver [done]
 ==================  ==================================================
 


More information about the Python-checkins mailing list