[issue29910] Ctrl-D eats a character on IDLE

Terry J. Reedy report at bugs.python.org
Thu Jun 22 23:17:45 EDT 2017


Terry J. Reedy added the comment:

I have since discovered the [unified][split] buttons in the diff windows.
I have also starting applying the return run elsewhere in idlelib.

I had to think about paren_match_event.  It is bound to KeyRelease-parenright, etc, via config-extentions.def and should never be changed by the user.  Nor should those binding be duplicated.  But they could be, at least now.  So always returning 'break' is probably safest.

----------
versions:  -Python 2.7, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29910>
_______________________________________


More information about the Python-bugs-list mailing list