Issue 31459: IDLE: Rename Class Browser as Module Browser (original) (raw)
Issue31459
This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/75640
classification
Title: | IDLE: Rename Class Browser as Module Browser | ||
---|---|---|---|
Type: | behavior | Stage: | resolved |
Components: | IDLE | Versions: | Python 3.7, Python 3.6 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | terry.reedy | Nosy List: | terry.reedy |
Priority: | normal | Keywords: | patch |
Created on 2017-09-13 21:23 by terry.reedy, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 3704 | merged | cheryl.sabella,2017-09-23 00:29 | |
PR 3710 | merged | python-dev,2017-09-23 20:46 |
Messages (3) | ||
---|---|---|
msg302118 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2017-09-13 21:23 |
'ClassBrowser' expanded to a module browser years ago. Change the name in the menu, multiple places in browser.py, and wherever the class is referenced. If one clicks the menu entry while not editing a Python file, an Open Module entry box is displayed. Otherwise the edited module is opened. It would be good if this were. We have no menu tests at the moment. | ||
msg302804 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2017-09-23 20:46 |
New changeset cd99e79dc74c9d9dea83a5551d657c334b2cc6c9 by Terry Jan Reedy (Cheryl Sabella) in branch 'master': bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (#3704) https://github.com/python/cpython/commit/cd99e79dc74c9d9dea83a5551d657c334b2cc6c9 | ||
msg302805 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2017-09-23 21:16 |
New changeset b650194652a591503f97c15f8f4c0b08c05058c5 by Terry Jan Reedy (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (GH-3704) (#3710) https://github.com/python/cpython/commit/b650194652a591503f97c15f8f4c0b08c05058c5 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:52 | admin | set | github: 75640 |
2017-09-23 21:17:51 | terry.reedy | set | status: open -> closedresolution: fixedstage: patch review -> resolved |
2017-09-23 21:16:49 | terry.reedy | set | messages: + |
2017-09-23 20:46:17 | python-dev | set | pull_requests: + <pull%5Frequest3696> |
2017-09-23 20:46:03 | terry.reedy | set | messages: + |
2017-09-23 00:29:36 | cheryl.sabella | set | keywords: + patchstage: test needed -> patch reviewpull_requests: + <pull%5Frequest3689> |
2017-09-15 17:44:30 | terry.reedy | set | title: IDLE: Remane Class Browser as Module Browser -> IDLE: Rename Class Browser as Module Browser |
2017-09-13 22:03:45 | terry.reedy | link | issue31461 dependencies |
2017-09-13 21:23:01 | terry.reedy | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements