From 8c51c0f26cde6a50451d3ae26416c35d6690b6cb Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 17 Apr 2008 23:27:17 +0000 Subject: [PATCH] Clean up the PEP 8 section to only list stuff not slated to be renamed through some other mechanism. --- pep-3108.txt | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/pep-3108.txt b/pep-3108.txt index 6894a43d6..0c36c3b0a 100644 --- a/pep-3108.txt +++ b/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 ================== ==================================================