]> granicus.if.org Git - python/commit
bpo-29910: IDLE no longer deletes a character after commenting out a region (#825)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 27 Jun 2017 04:02:32 +0000 (07:02 +0300)
committerterryjreedy <tjreedy@udel.edu>
Tue, 27 Jun 2017 04:02:32 +0000 (00:02 -0400)
commit213ce12adfc9281c6f381bb45d132e9de8ffd450
treedb01c6fdab2e3a9c986d5b49c5294d309ae11f56
parent9a02ae3d3d645f0c8178f3362694f473bab6fe3e
bpo-29910: IDLE no longer deletes a character after commenting out a region (#825)

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
Lib/idlelib/autocomplete.py
Lib/idlelib/calltip_w.py
Lib/idlelib/calltips.py
Lib/idlelib/codecontext.py
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_parenmatch.py
Lib/idlelib/parenmatch.py
Lib/idlelib/runscript.py
Lib/idlelib/scrolledlist.py
Lib/idlelib/zoomheight.py
Misc/NEWS.d/next/IDLE/2017-06-26-22-45-27.bpo-29910.mqHh7u.rst [new file with mode: 0644]