[Python-checkins] [python/cpython] 8bdc3b: [3.6] bpo-29910: IDLE no longer deletes a characte...
GitHub
noreply at github.com
Tue Jun 27 01:53:41 EDT 2017
Branch: refs/heads/3.6
Home: https://github.com/python/cpython
Commit: 8bdc3bd3d66fefdc07d32bd19c41c6f902f16111
https://github.com/python/cpython/commit/8bdc3bd3d66fefdc07d32bd19c41c6f902f16111
Author: terryjreedy <tjreedy at udel.edu>
Date: 2017年06月27日 (2017年6月27日)
Changed paths:
M Lib/idlelib/autocomplete.py
M Lib/idlelib/calltip_w.py
M Lib/idlelib/calltips.py
M Lib/idlelib/codecontext.py
M Lib/idlelib/editor.py
M Lib/idlelib/idle_test/test_parenmatch.py
M Lib/idlelib/parenmatch.py
M Lib/idlelib/runscript.py
M Lib/idlelib/scrolledlist.py
M Lib/idlelib/zoomheight.py
A Misc/NEWS.d/next/IDLE/2017-06-26-22-45-27.bpo-29910.mqHh7u.rst
Log Message:
-----------
[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)
More information about the Python-checkins
mailing list