[issue33906] IDLE: change windows.py to window.py

Terry J. Reedy report at bugs.python.org
Tue Jun 19 18:52:37 EDT 2018


New submission from Terry J. Reedy <tjreedy at udel.edu>:

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

----------
assignee: terry.reedy
components: IDLE
messages: 320003
nosy: terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: IDLE: change windows.py to window.py
type: enhancement
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33906>
_______________________________________


More information about the Python-bugs-list mailing list