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 epaine, serhiy.storchaka, shippo_
Date 2020-12-14.10:41:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607942498.0.0.156833879919.issue42630@roundup.psfhosted.org>
In-reply-to
Content
Actually it may be worth to reuse setup_master() from tkinter.ttk.

But I am not sure what is better: raise error (RuntimeError) if the global function uses _default_root which is not initialized, or create the root widget implicitly. Currently AttributeError or NameError is raised.
History
Date User Action Args
2020-12-14 10:41:38serhiy.storchakasetrecipients: + serhiy.storchaka, epaine, shippo_
2020-12-14 10:41:37serhiy.storchakasetmessageid: <1607942498.0.0.156833879919.issue42630@roundup.psfhosted.org>
2020-12-14 10:41:37serhiy.storchakalinkissue42630 messages
2020-12-14 10:41:37serhiy.storchakacreate