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 mps
Recipients mps
Date 2018-02-12.10:14:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518430442.75.0.467229070634.issue32825@psf.upfronthosting.co.za>
In-reply-to
Content
tkinter is the first GUI interface used by novices. 
They often get in trouble when they create a new Tk instance instead of a Toplevel.
It would be helpful to output a warning message in this case (i.e. checking _default_root is not None and _support_default_root is True in the Tk initialization).
Thank for your attention and best regards.

- mps.
History
Date User Action Args
2018-02-12 10:14:02mpssetrecipients: + mps
2018-02-12 10:14:02mpssetmessageid: <1518430442.75.0.467229070634.issue32825@psf.upfronthosting.co.za>
2018-02-12 10:14:02mpslinkissue32825 messages
2018-02-12 10:14:02mpscreate