PEP 8 name violations have now been dealt with.
This commit is contained in:
parent
0e03a06117
commit
fbe567c9aa
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue