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, gpolo, ned.deily, serhiy.storchaka, steve.dower, terry.reedy, zach.ware
Date 2020-06-26.11:24:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593170653.61.0.990110386412.issue40893@roundup.psfhosted.org>
In-reply-to
Content
I have now marked the PR ready for review.

Terry:

Could you please take a quick look to double-check that the changes proposed are fully backwards-compatible? I have run the IDLE tests and have tried to pay particular attention to this problem when developing, but would appreciate a second opinion (to ensure we won't break existing tkinter scripts - such as IDLE).

Serhiy:

I would really appreciate your opinion on the patch, particularly the change to the _bind method. I am also concerned about the getlist_event method as it can split dropped text data (for example) but I don't know how to fix it (unless we give the user the raw data for them to fix it?).
History
Date User Action Args
2020-06-26 11:24:13epainesetrecipients: + epaine, terry.reedy, gpolo, ned.deily, zach.ware, serhiy.storchaka, steve.dower
2020-06-26 11:24:13epainesetmessageid: <1593170653.61.0.990110386412.issue40893@roundup.psfhosted.org>
2020-06-26 11:24:13epainelinkissue40893 messages
2020-06-26 11:24:13epainecreate