]> granicus.if.org Git - python/commit
bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (#3704)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Sat, 23 Sep 2017 20:46:01 +0000 (16:46 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 23 Sep 2017 20:46:01 +0000 (16:46 -0400)
commitcd99e79dc74c9d9dea83a5551d657c334b2cc6c9
tree23aa523413523630c5676cf732476dc7e8dd47fd
parent99167f85b7373c8082b30a74211f009627bdedfa
bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (#3704)

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.
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]