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.
Created on 2018年06月19日 22:52 by terry.reedy, last changed 2022年04月11日 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 7833 | merged | terry.reedy, 2018年06月21日 00:57 | |
| PR 7834 | merged | miss-islington, 2018年06月21日 01:27 | |
| PR 7835 | merged | miss-islington, 2018年06月21日 01:28 | |
| Messages (6) | |||
|---|---|---|---|
| msg320003 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2018年06月19日 22:52 | |
Change module 'windows' to 'window':: 1. 'calltips' and 'windows' are the only two plural module names. 2. The top menu entry was changed from 'Windows' to 'Window' some time ago. 3. 'windows' is also a OS. With all modules at least imported in a test, all imports in modules should be checked, so running test_idle after changing the file name should reveal all imports that need to be changed. What could have been the 'Window' class is called 'ListedTopLevel'. |
|||
| msg320027 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2018年06月20日 06:45 | |
Also rename idle_test.test_windows as test_window with git mv. Imports: F:\dev3円x\lib\idlelib\editor.py: 28: from idlelib import windows F:\dev3円x\lib\idlelib\idle_test\test_windows.py: 3: from idlelib import windows F:\dev3円x\lib\idlelib\macosx.py: 131: from idlelib import windows |
|||
| msg320122 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2018年06月20日 22:26 | |
Marking 2.7 for a search test. |
|||
| msg320129 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2018年06月21日 01:26 | |
New changeset a361e89d5ae3daefe9e8b8a7e889cd2ad8c45b77 by Terry Jan Reedy in branch 'master': bpo-33906: Rename idlelib.windows as window (#7833) https://github.com/python/cpython/commit/a361e89d5ae3daefe9e8b8a7e889cd2ad8c45b77 |
|||
| msg320131 - (view) | Author: miss-islington (miss-islington) | Date: 2018年06月21日 01:45 | |
New changeset f9243a22da6a609143e27abf3ca37a4f63d5aae9 by Miss Islington (bot) in branch '3.7': bpo-33906: Rename idlelib.windows as window (GH-7833) https://github.com/python/cpython/commit/f9243a22da6a609143e27abf3ca37a4f63d5aae9 |
|||
| msg320132 - (view) | Author: miss-islington (miss-islington) | Date: 2018年06月21日 01:52 | |
New changeset 2839da4e51da5d66fa3d6e57eba4ba04f0641dab by Miss Islington (bot) in branch '3.6': bpo-33906: Rename idlelib.windows as window (GH-7833) https://github.com/python/cpython/commit/2839da4e51da5d66fa3d6e57eba4ba04f0641dab |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:01 | admin | set | github: 78087 |
| 2018年06月21日 02:05:06 | terry.reedy | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018年06月21日 01:52:23 | miss-islington | set | messages: + msg320132 |
| 2018年06月21日 01:45:38 | miss-islington | set | nosy:
+ miss-islington messages: + msg320131 |
| 2018年06月21日 01:28:12 | miss-islington | set | pull_requests: + pull_request7444 |
| 2018年06月21日 01:27:15 | miss-islington | set | pull_requests: + pull_request7443 |
| 2018年06月21日 01:26:02 | terry.reedy | set | messages: + msg320129 |
| 2018年06月21日 00:57:08 | terry.reedy | set | pull_requests: + pull_request7442 |
| 2018年06月20日 22:28:21 | terry.reedy | set | versions: - Python 2.7 |
| 2018年06月20日 22:26:36 | terry.reedy | set | messages:
+ msg320122 versions: + Python 2.7 |
| 2018年06月20日 07:12:54 | terry.reedy | set | pull_requests: - pull_request7421 |
| 2018年06月20日 06:48:51 | thatiparthy | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request7421 |
| 2018年06月20日 06:45:47 | terry.reedy | set | keywords:
+ easy messages: + msg320027 |
| 2018年06月19日 22:53:51 | terry.reedy | set | title: IDLE: change windows.py to window.py -> IDLE: rename windows.py as window.py |
| 2018年06月19日 22:52:37 | terry.reedy | create | |