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

brett.cannon python-checkins at python.org
Mon May 26 02:22:37 CEST 2008


Author: brett.cannon
Date: Mon May 26 02:22:36 2008
New Revision: 63651

Log:
PEP 8 name violations have now been dealt with.

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon May 26 02:22:36 2008
@@ -654,8 +654,8 @@
 addressed.
 
 
-PEP 8 violations
-----------------
+PEP 8 violations [done]
+------------------------
 
 PEP 8 specifies that modules "should have short, all-lowercase names"
 where "underscores can be used ... if it improves readability"
@@ -666,9 +666,7 @@
 ==================  ==================================================
 Current Name        Replacement Name
 ==================  ==================================================
-_winreg             winreg (rename also because module has a public
-                    interface and thus should not have a leading
-                    underscore) [done]
+_winreg             winreg [done]
 ConfigParser        configparser [done]
 copy_reg            copyreg [done]
 Queue               queue [done]


More information about the Python-checkins mailing list