[3.6] bpo-29910: IDLE no longer deletes a character after commenting out a region (GH-825) (#2429)

This happened because shortcut has a class binding and 'break' was not returned.
Fix other potential conflicts between IDLE and default key bindings.

* Add news item

* Update NEWS
(cherry picked from commit 213ce12)
This commit is contained in:
terryjreedy 2017-06-27 01:53:40 -04:00 committed by GitHub
parent 2d348f7a72
commit 8bdc3bd3d6
11 changed files with 48 additions and 16 deletions

View file

@ -47,6 +47,7 @@ class CallTips:
def force_open_calltip_event(self, event):
"The user selected the menu entry or hotkey, open the tip."
self.open_calltip(True)
return "break"
def try_open_calltip_event(self, event):
"""Happens when it would be nice to open a CallTip, but not really