[3.7] bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by miss-islington · Pull Request #20524 · python/cpython
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.
(cherry picked from commit 97e4e0f)
Co-authored-by: Terry Jan Reedy tjreedy@udel.edu