New submission from mps <wiztri...@gmail.com>:

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.

----------
components: Tkinter
messages: 312036
nosy: mps
priority: normal
severity: normal
status: open
title: warn user of creation of multiple Tk instances
type: behavior

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

Reply via email to