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.

Author terry.reedy
Recipients terry.reedy
Date 2018-06-19.22:52:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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'.
History
Date User Action Args
2018-06-19 22:52:37terry.reedysetrecipients: + terry.reedy
2018-06-19 22:52:37terry.reedysetmessageid: <[email protected]>
2018-06-19 22:52:37terry.reedylinkissue33906 messages
2018-06-19 22:52:37terry.reedycreate