[issue33906] IDLE: rename windows.py as window.py

Terry J. Reedy report at bugs.python.org
Wed Jun 20 02:45:47 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Also rename idle_test.test_windows as test_window with git mv.  Imports:

F:\dev\3x\lib\idlelib\editor.py: 28: from idlelib import windows
F:\dev\3x\lib\idlelib\idle_test\test_windows.py: 3: from idlelib import windows
F:\dev\3x\lib\idlelib\macosx.py: 131:     from idlelib import windows

----------
keywords: +easy

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


More information about the Python-bugs-list mailing list