This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ChrisRands, docs@python, ned.deily, serhiy.storchaka
Date 2018-02-12.13:52:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518443575.76.0.467229070634.issue32830@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-02-12 13:52:55serhiy.storchakasetrecipients: + serhiy.storchaka, ned.deily, docs@python, ChrisRands
2018-02-12 13:52:55serhiy.storchakasetmessageid: <1518443575.76.0.467229070634.issue32830@psf.upfronthosting.co.za>
2018-02-12 13:52:55serhiy.storchakalinkissue32830 messages
2018-02-12 13:52:55serhiy.storchakacreate