[issue29446] Improve tkinter 'import *' situation

Serhiy Storchaka report at bugs.python.org
Fri Jul 19 14:08:33 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I prefer Eric's approach. It excludes tkinter submodules (like tkinter.ttk). Currently the result of the star import depends on what submodules were imported before. I think it would be better to make it more stable.

----------

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


More information about the Python-bugs-list mailing list