[issue22706] Idle extension configuration and key bindings

Terry J. Reedy report at bugs.python.org
Thu Oct 23 02:17:33 CEST 2014


New submission from Terry J. Reedy:

In default config-extensions.def, section [X] is followed by section [X_cfgBindings]. In user config-extensions.cfg, the two sections are written independently by the config dialog (key bindings) and by the extensions dialog (the [X]).  While having [X] and [X_cfgBindings] separated and even reversed in order seems to still work, it would be nicer if they were written together in the proper order.  It might be possible to do this in the user-config writing method in config-handler.

----------
components: IDLE
messages: 229848
nosy: terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: Idle extension configuration and key bindings
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5

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


More information about the Python-bugs-list mailing list