]> granicus.if.org Git - python/commit
[3.6] bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 23 Sep 2017 21:16:47 +0000 (14:16 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 23 Sep 2017 21:16:47 +0000 (17:16 -0400)
commitb650194652a591503f97c15f8f4c0b08c05058c5
tree3c42521f7f71736fc61f1ea5670d75cc62f38b4d
parent429b3b1188cfac654677e8aeed494bb6067c475f
[3.6] bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (GH-3704) (#3710)

The original module-level class and method browser became a module
browser, with the addition of module-level functions, years ago.
Nested classes and functions were added yesterday.  For back-
compatibility, the virtual event <<open-class-browser>>, which
appears on the Keys tab of the Settings dialog, is not changed.
Patch by Cheryl Sabella.
(cherry picked from commit cd99e79dc74c9d9dea83a5551d657c334b2cc6c9)
Lib/idlelib/browser.py
Lib/idlelib/editor.py
Lib/idlelib/idle_test/htest.py
Lib/idlelib/idle_test/test_browser.py
Lib/idlelib/mainmenu.py
Lib/idlelib/pathbrowser.py
Misc/NEWS.d/next/IDLE/2017-09-22-20-26-23.bpo-31459.L0pnH9.rst [new file with mode: 0644]