[issue35660] IDLE: Remove import * from window.py

Terry J. Reedy report at bugs.python.org
Sat Jan 5 13:41:21 EST 2019


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

'import *' is a PEP 8 violation. Depending in the * import to import sys is a bug.

----------
type: enhancement -> behavior

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


More information about the Python-bugs-list mailing list