diff -r bcbad715c2ce Doc/library/idle.rst --- a/Doc/library/idle.rst Wed May 29 05:58:47 2013 -0700 +++ b/Doc/library/idle.rst Wed May 29 22:42:15 2013 -0400 @@ -33,8 +33,8 @@ File menu ^^^^^^^^^ -New window - create a new editing window +New file + create a new file editing window Open... open an existing file diff -r bcbad715c2ce Lib/idlelib/Bindings.py --- a/Lib/idlelib/Bindings.py Wed May 29 05:58:47 2013 -0700 +++ b/Lib/idlelib/Bindings.py Wed May 29 22:42:15 2013 -0400 @@ -15,7 +15,7 @@ menudefs = [ # underscore prefixes character to underscore ('file', [ - ('_New Window', '<>'), + ('_New File', '<>'), ('_Open...', '<>'), ('Open _Module...', '<>'), ('Class _Browser', '<>'), diff -r bcbad715c2ce Lib/idlelib/help.txt --- a/Lib/idlelib/help.txt Wed May 29 05:58:47 2013 -0700 +++ b/Lib/idlelib/help.txt Wed May 29 22:42:15 2013 -0400 @@ -5,7 +5,7 @@ File Menu: - New Window -- Create a new editing window + New File -- Create a new editing window Open... -- Open an existing file Recent Files... -- Open a list of recent files Open Module... -- Open an existing module (searches sys.path)