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 GabeMillikan
Recipients GabeMillikan, epaine, serhiy.storchaka, terry.reedy
Date 2021-11-01.16:55:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635785719.7.0.845960080362.issue45681@roundup.psfhosted.org>
In-reply-to
Content
I should add - the reason why this is an issue is because pyautogui calls this function, and I would like to use pyautogui in my tkinter app, but I currently cannot without sacrificing my checkbuttons. (Well, pyautogui uses pyscreeze for screenshots and pyscreeze calls it: https://github.com/asweigart/pyscreeze/blob/master/pyscreeze/__init__.py#L69)
History
Date User Action Args
2021-11-01 16:55:19GabeMillikansetrecipients: + GabeMillikan, terry.reedy, serhiy.storchaka, epaine
2021-11-01 16:55:19GabeMillikansetmessageid: <1635785719.7.0.845960080362.issue45681@roundup.psfhosted.org>
2021-11-01 16:55:19GabeMillikanlinkissue45681 messages
2021-11-01 16:55:19GabeMillikancreate