[issue43654] IDLE: Applying settings disables tab completion

Tal Einat report at bugs.python.org
Thu May 27 11:05:28 EDT 2021


Tal Einat <taleinat+python at gmail.com> added the comment:

Indeed, adding the events bound in EditorWindow.__init__ to RemoveKeybindings() and ApplyKeybindings(), so they are bound in the correct order, resolves this issue.

See PR GH-26403.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43654>
_______________________________________


More information about the Python-bugs-list mailing list