]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 29 May 2020 22:54:14 +0000 (18:54 -0400)
committerGitHub <noreply@github.com>
Fri, 29 May 2020 22:54:14 +0000 (18:54 -0400)
commit97e4e0f53d6690db6b942678489716a30925b8af
tree1735d0b6e1e8d0acb2f0b0ac11782f0d51e08b46
parent8bd216dfede9cb2d5bedb67f20a30c99844dbfb8
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)

Leave selection when right click within.  This exception to clearing selections when right-clicking was omitted from the previous commit, 4ca060d.  I did not realize that this completely disabled the context menu entries, and  I should have merged a minimal fix immediately.  An automated test should follow.
Lib/idlelib/NEWS.txt
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_editor.py
Misc/NEWS.d/next/IDLE/2020-05-29-18-21-58.bpo-39885.zB_-bN.rst [new file with mode: 0644]