]> granicus.if.org Git - python/commit
[3.6] bpo-29910: IDLE no longer deletes a character after commenting out a region...
authorterryjreedy <tjreedy@udel.edu>
Tue, 27 Jun 2017 05:53:40 +0000 (01:53 -0400)
committerGitHub <noreply@github.com>
Tue, 27 Jun 2017 05:53:40 +0000 (01:53 -0400)
commit8bdc3bd3d66fefdc07d32bd19c41c6f902f16111
tree6a331311db06da59a5f9f71d6d0722eb8b8f4084
parent2d348f7a723db839aa18ce8213b8663ccb0a3d35
[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)
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]