changeset: 84403:26ef5d5d5c3e branch: 2.7 user: Terry Jan Reedy date: Mon Jul 01 00:42:44 2013 -0400 files: Doc/library/idle.rst Lib/idlelib/Bindings.py Lib/idlelib/help.txt Misc/NEWS description: Issue #7136: In the Idle File menu, "New Window" is renamed "New File". Patch by Tal Einat, Roget Serwy, and Todd Rovito. diff -r a958b7f16a7d -r 26ef5d5d5c3e Doc/library/idle.rst --- a/Doc/library/idle.rst Sun Jun 30 19:07:49 2013 -0400 +++ b/Doc/library/idle.rst Mon Jul 01 00:42:44 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 a958b7f16a7d -r 26ef5d5d5c3e Lib/idlelib/Bindings.py --- a/Lib/idlelib/Bindings.py Sun Jun 30 19:07:49 2013 -0400 +++ b/Lib/idlelib/Bindings.py Mon Jul 01 00:42:44 2013 -0400 @@ -15,7 +15,7 @@ menudefs = [ # underscore prefixes character to underscore ('file', [ - ('_New Window', '<>'), + ('_New File', '<>'), ('_Open...', '<>'), ('Open _Module...', '<>'), ('Class _Browser', '<>'), diff -r a958b7f16a7d -r 26ef5d5d5c3e Lib/idlelib/help.txt --- a/Lib/idlelib/help.txt Sun Jun 30 19:07:49 2013 -0400 +++ b/Lib/idlelib/help.txt Mon Jul 01 00:42:44 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) diff -r a958b7f16a7d -r 26ef5d5d5c3e Misc/NEWS --- a/Misc/NEWS Sun Jun 30 19:07:49 2013 -0400 +++ b/Misc/NEWS Mon Jul 01 00:42:44 2013 -0400 @@ -73,6 +73,9 @@ IDLE ---- +- Issue #7136: In the Idle File menu, "New Window" is renamed "New File". + Patch by Tal Einat, Roget Serwy, and Todd Rovito. + - Issue #8515: Set __file__ when run file in IDLE. Initial patch by Bruce Frederiksen.

AltStyle によって変換されたページ (->オリジナル) /