Clean up the PEP 8 section to only list stuff not slated to be renamed through
some other mechanism.
This commit is contained in:
parent
8bc8e44b23
commit
8c51c0f26c
13
pep-3108.txt
13
pep-3108.txt
|
@ -502,6 +502,8 @@ PEP 8 violations
|
|||
PEP 8 specifies that modules "should have short, all-lowercase names"
|
||||
where "underscores can be used ... if it improves readability"
|
||||
[#pep-0008]_. The use of underscores is discouraged in package names.
|
||||
The following modules violate PEP 8 and are not somehow being renamed
|
||||
by being moved to a package.
|
||||
|
||||
================== ==================================================
|
||||
Current Name Replacement Name
|
||||
|
@ -509,20 +511,11 @@ Current Name Replacement Name
|
|||
_winreg winreg (rename also because module has a public
|
||||
interface and thus should not have a leading
|
||||
underscore)
|
||||
Carbon carbon
|
||||
ColorPicker colorpicker
|
||||
ConfigParser configparser
|
||||
Cookie cookie
|
||||
copy_reg copyreg
|
||||
EasyDialogs easydialogs
|
||||
MacOS macos
|
||||
Nav nav
|
||||
PixMapWrapper pixmap_wrapper
|
||||
PixMapWrapper pixmapwrapper
|
||||
Queue queue
|
||||
ScrolledText scrolledtext
|
||||
SocketServer socketserver
|
||||
Tix tix
|
||||
Tkinter tkinter
|
||||
================== ==================================================
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue