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.
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 @@ by being moved to a package.
================== ==================================================
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]