]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5124: Paste with selection should always replace.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 11 Jun 2016 06:06:18 +0000 (02:06 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 11 Jun 2016 06:06:18 +0000 (02:06 -0400)
commit3b6a53256b18d141f0dda35724cf437282f7e0ca
treea40239af6b5c1d47c27e143296c501376b8c39d2
parenta0f2295e0ad5eef71fb095d78c556e97d05a39f6
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]