diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2017-09-23 20:46:01 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2017-09-23 20:46:01 (GMT) |
commit | cd99e79dc74c9d9dea83a5551d657c334b2cc6c9 (patch) | |
tree | 23aa523413523630c5676cf732476dc7e8dd47fd /Misc | |
parent | 99167f85b7373c8082b30a74211f009627bdedfa (diff) | |
download | cpython-cd99e79dc74c9d9dea83a5551d657c334b2cc6c9.zip cpython-cd99e79dc74c9d9dea83a5551d657c334b2cc6c9.tar.gz cpython-cd99e79dc74c9d9dea83a5551d657c334b2cc6c9.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2017-09-22-20-26-23.bpo-31459.L0pnH9.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-09-22-20-26-23.bpo-31459.L0pnH9.rst b/Misc/NEWS.d/next/IDLE/2017-09-22-20-26-23.bpo-31459.L0pnH9.rst new file mode 100644 index 0000000..b53c009 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2017-09-22-20-26-23.bpo-31459.L0pnH9.rst @@ -0,0 +1,7 @@ +Rename IDLE's module browser from Class Browser to Module Browser. +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. |