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 terry.reedy
Recipients Alan Moore, serhiy.storchaka, terry.reedy
Date 2021-02-17.04:18:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613535532.97.0.379964527637.issue43240@roundup.psfhosted.org>
In-reply-to
Content
IDLE just tells tcl/tk via tkinter what function to call when particular UI events happen.  Recognizing UI events is handled between the OS window manager and tcl/tk. So I am sure this is not an IDLE issue.

For another application to affect the Linux-tcl interaction is new to me.  Serhiy, have you ever heard of such a thing, or seen it happen?
History
Date User Action Args
2021-02-17 04:18:53terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, Alan Moore
2021-02-17 04:18:52terry.reedysetmessageid: <1613535532.97.0.379964527637.issue43240@roundup.psfhosted.org>
2021-02-17 04:18:52terry.reedylinkissue43240 messages
2021-02-17 04:18:51terry.reedycreate