]> granicus.if.org Git - python/commit
Issue #5124: Paste with selection should always replace.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 11 Jun 2016 06:06:26 +0000 (02:06 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 11 Jun 2016 06:06:26 +0000 (02:06 -0400)
commit5ad8599caad9f2f2fdefb927fc4bb19973d6c72e
treeedcb731826ff92eff9ed46bdb13eccc43e4572f2
parent904a2ef2e20ad22d324da18a9c98cb65666babb8
Issue #5124: Paste with selection should always replace.
This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets.
The exception was X11 tk widgets.  Original patch by Serhiy Storchake.
Lib/idlelib/PyShell.py
Lib/idlelib/idle_test/test_editmenu.py [new file with mode: 0644]