[New-bugs-announce] [issue32825] warn user of creation of multiple Tk instances

mps report at bugs.python.org
Mon Feb 12 05:14:02 EST 2018


New submission from mps <wiztricks at 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 <report at bugs.python.org>
<https://bugs.python.org/issue32825>
_______________________________________


More information about the New-bugs-announce mailing list