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 alexwriter2003
Recipients alexwriter2003, epaine, eryksun, taleinat, terry.reedy
Date 2020-12-07.13:16:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607347001.21.0.661492724761.issue40452@roundup.psfhosted.org>
In-reply-to
Content
Testing with a minimal tkinter app (see code below) gives similar behavior, so this appears to be an issue with tkinter https://goo.gl/2DqXGj and/or tcl/tk.


import tkinter
text = tkinter.Text()
History
Date User Action Args
2020-12-07 13:38:46taleinatunlinkissue40452 messages
2020-12-07 13:16:41alexwriter2003setrecipients: + alexwriter2003, terry.reedy, taleinat, eryksun, epaine
2020-12-07 13:16:41alexwriter2003setmessageid: <1607347001.21.0.661492724761.issue40452@roundup.psfhosted.org>
2020-12-07 13:16:41alexwriter2003linkissue40452 messages
2020-12-07 13:16:41alexwriter2003create