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 Akuli
Recipients Akuli
Date 2021-07-09.15:16:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625843764.85.0.435701295676.issue44592@roundup.psfhosted.org>
In-reply-to
Content
Forgot to mention: The correct fix IMO would be to return None when a KeyError occurs. This way code like `focus_get() == some_tkinter_widget` would always do the right thing, for example.
History
Date User Action Args
2021-07-09 15:16:04Akulisetrecipients: + Akuli
2021-07-09 15:16:04Akulisetmessageid: <1625843764.85.0.435701295676.issue44592@roundup.psfhosted.org>
2021-07-09 15:16:04Akulilinkissue44592 messages
2021-07-09 15:16:04Akulicreate