PEP 8 name violations have now been dealt with.

This commit is contained in:
Brett Cannon 2008-05-26 00:22:36 +00:00
parent 0e03a06117
commit fbe567c9aa
1 changed files with 3 additions and 5 deletions

View File

@ -654,8 +654,8 @@ led to some naming inconsistencies and namespace bloat that should be
addressed. addressed.
PEP 8 violations PEP 8 violations [done]
---------------- ------------------------
PEP 8 specifies that modules "should have short, all-lowercase names" PEP 8 specifies that modules "should have short, all-lowercase names"
where "underscores can be used ... if it improves readability" where "underscores can be used ... if it improves readability"
@ -666,9 +666,7 @@ by being moved to a package.
================== ================================================== ================== ==================================================
Current Name Replacement Name Current Name Replacement Name
================== ================================================== ================== ==================================================
_winreg winreg (rename also because module has a public _winreg winreg [done]
interface and thus should not have a leading
underscore) [done]
ConfigParser configparser [done] ConfigParser configparser [done]
copy_reg copyreg [done] copy_reg copyreg [done]
Queue queue [done] Queue queue [done]