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 roger.serwy
Recipients BreamoreBoy, Todd.Rovito, gpolo, ned.deily, roger.serwy, terry.reedy, weeble
Date 2013-05-26.16:10:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369584639.88.0.667332666387.issue5124@psf.upfronthosting.co.za>
In-reply-to
Content
There are many X11 applications that replace the selection with pasted text. GTK and Qt widgets behave that way. Here's a brief list: gedit (GTK), gummi (GTK), kate (Qt), texmaker (Qt).

Tkinter, for me, has become increasingly frustrating due to these subtle platform differences. (See #14146, #13582, and many more that deal with Tk on Mac.) For IDLE, I consider these behavior differences bugs.

The attached patch "fixes" this issue.
History
Date User Action Args
2013-05-26 16:10:39roger.serwysetrecipients: + roger.serwy, terry.reedy, gpolo, ned.deily, weeble, BreamoreBoy, Todd.Rovito
2013-05-26 16:10:39roger.serwysetmessageid: <1369584639.88.0.667332666387.issue5124@psf.upfronthosting.co.za>
2013-05-26 16:10:39roger.serwylinkissue5124 messages
2013-05-26 16:10:39roger.serwycreate