changeset: 84404:c39ddff53694 branch: 3.3 parent: 84400:c7605471e8ae user: Terry Jan Reedy date: Mon Jul 01 00:42:52 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 c7605471e8ae -r c39ddff53694 Doc/library/idle.rst --- a/Doc/library/idle.rst Sun Jun 30 18:37:05 2013 -0400 +++ b/Doc/library/idle.rst Mon Jul 01 00:42:52 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 c7605471e8ae -r c39ddff53694 Lib/idlelib/Bindings.py --- a/Lib/idlelib/Bindings.py Sun Jun 30 18:37:05 2013 -0400 +++ b/Lib/idlelib/Bindings.py Mon Jul 01 00:42:52 2013 -0400 @@ -15,7 +15,7 @@ menudefs = [ # underscore prefixes character to underscore ('file', [ - ('_New Window', '<>'), + ('_New File', '<>'), ('_Open...', '<>'), ('Open _Module...', '<>'), ('Class _Browser', '<>'), diff -r c7605471e8ae -r c39ddff53694 Lib/idlelib/help.txt --- a/Lib/idlelib/help.txt Sun Jun 30 18:37:05 2013 -0400 +++ b/Lib/idlelib/help.txt Mon Jul 01 00:42:52 2013 -0400 @@ -5,7 +5,7 @@ File Menu: - New Window -- Create a new editing window + New File -- Create a new file 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 c7605471e8ae -r c39ddff53694 Misc/NEWS --- a/Misc/NEWS Sun Jun 30 18:37:05 2013 -0400 +++ b/Misc/NEWS Mon Jul 01 00:42:52 2013 -0400 @@ -116,6 +116,9 @@ IDLE ---- +- Issue #7136: In the Idle File menu, "New Window" is renamed "New File". + Patch by Tal Einat, Roget Serwy, and Todd Rovito. + - Remove dead imports of imp. - Issue #18196: Avoid displaying spurious SystemExit tracebacks.

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