Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I want to add that the star import is more convenient when you experiment with 
Tkinter in REPL. You don't know what names will be needed when import Tkinter.

The interpreter core has a special support of Tkinter. You don't need to run 
mainloop() for updating GUI in REPL. So this is a supported case.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32830>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to