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

georg.brandl python-checkins at python.org
Sun May 25 09:57:43 CEST 2008


Author: georg.brandl
Date: Sun May 25 09:57:43 2008
New Revision: 63613

Log:
_winreg is done.


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:57:43 2008
@@ -672,7 +672,7 @@
 ==================  ==================================================
 _winreg             winreg (rename also because module has a public
                     interface and thus should not have a leading
-                    underscore) TODO
+                    underscore) [done]
 ConfigParser        configparser [done]
 copy_reg            copyreg [done]
 Queue               queue [done]


More information about the Python-checkins mailing list