[issue23180] Rename IDLE's "Windows" menu item to "Window"

2015-01-17 Thread Ned Deily
Ned Deily added the comment: Thanks for the patches, Al. Pushed for release in 2.7.10, 3.4.3, and 3.5.0. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue23180] Rename IDLE's "Windows" menu item to "Window"

2015-01-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9a451aaa8ddb by Ned Deily in branch '2.7': Issue #23180: Rename IDLE "Windows" menu item to "Window". https://hg.python.org/cpython/rev/9a451aaa8ddb New changeset 8c0e5b507794 by Ned Deily in branch '3.4': Issue #23180: Rename IDLE "Windows" menu it

[issue23180] Rename IDLE's "Windows" menu item to "Window"

2015-01-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: I cannot currently test or commit a patch. So go ahead. -- ___ Python tracker ___ ___ Python-bugs-l

[issue23180] Rename IDLE's "Windows" menu item to "Window"

2015-01-17 Thread Ned Deily
Ned Deily added the comment: LGTM. Terry, should I apply them? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue23180] Rename IDLE's "Windows" menu item to "Window"

2015-01-11 Thread Al Sweigart
Al Sweigart added the comment: Added another patch for the documentation changes for the menu renaming. -- Added file: http://bugs.python.org/file37679/idle_window_doc_rename.diff ___ Python tracker ___

[issue23180] Rename IDLE's "Windows" menu item to "Window"

2015-01-11 Thread Ned Deily
Ned Deily added the comment: Also, the IDLE help text file (Lib/idlelib/help.txt) and the IDLE documentation in the Standard Library Reference (Doc/library/idle.rst) refer to the "Windows" menu and would need to be updated. -- nosy: +ned.deily ___ P

[issue23180] Rename IDLE's "Windows" menu item to "Window"

2015-01-10 Thread Al Sweigart
Al Sweigart added the comment: Will do, re marking IDLE issues for 2.7, 3.4, and 3.5 only. Thanks for the heads up. -- ___ Python tracker ___ ___

[issue23180] Rename IDLE's "Windows" menu item to "Window"

2015-01-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: I guess the logic of the plural was that the submenu lists windows to select from. The logic of the singular is that the submenu lets a user select and jump to *a* window, just as the file menu allows one to select and open (if needed) *a* file. Somewhat odd

[issue23180] Rename IDLE's "Windows" menu item to "Window"

2015-01-06 Thread Al Sweigart
New submission from Al Sweigart: Currently IDLE's top-level menu item is "Windows" on Windows & Linux but is specifically changed to "Window" on OS X to match mac's look and feel. See https://hg.python.org/cpython/rev/1b3b6b1982aa The singular "Window" is the standard menu name on all platform