bpo-29446: tkinter 'import *' only imports what it should (GH-14864)
Add __all__ to tkinter.__init__ and submodules. Replace 'import *' with explicit imports in some submodules.
Showing
Please register or sign in to comment
Add __all__ to tkinter.__init__ and submodules. Replace 'import *' with explicit imports in some submodules.