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 epaine
Recipients epaine, serhiy.storchaka, shippo_
Date 2020-12-14.20:42:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607978528.67.0.331175433118.issue42630@roundup.psfhosted.org>
In-reply-to
Content
Attached is a diff which moves the logic for `setup_master` to the tkinter module while allowing it to still be imported from the tkinter.ttk module (in case someone uses it...) The diff also replaces the logic in a few other places to:
A. make behaviour more consistent
B. give nicer errors in other methods (i.e. avoiding what this issue is about but in other places)

I guess my question is whether we are limiting most changes to just __init__.py or whether we want to do more of a cleanup throughout the tkinter module (e.g. tkinter.dialog.Dialog can be neatened and no longer needs to inherit the Widget class).
History
Date User Action Args
2020-12-14 20:42:08epainesetrecipients: + epaine, serhiy.storchaka, shippo_
2020-12-14 20:42:08epainesetmessageid: <1607978528.67.0.331175433118.issue42630@roundup.psfhosted.org>
2020-12-14 20:42:08epainelinkissue42630 messages
2020-12-14 20:42:08epainecreate