[New-bugs-announce] [issue31547] IDLE: Save definitions added to user keysets

Terry J. Reedy report at bugs.python.org
Thu Sep 21 12:58:33 EDT 2017


New submission from Terry J. Reedy:

User keysets are saved as a complete keyset, but users could edit the file and delete event-sequence pairs or add an incomplete set.  When a keyset is used, default pairs are added for any that are missing, if the pair does not conflict with existing pairs.

When extensions were converted to features #27099, 8 new pairs were added to the 'complete' set.  All user keyset are missing these pairs.  I expect that other pairs will be added in the future.  I propose that augmented keysets should be written back to the file, with notice to the user.

Detail: check when read or when used?  All keysets are written, so fix all?

----------
assignee: terry.reedy
components: IDLE
messages: 302712
nosy: terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: IDLE: Save definitions added to user keysets
type: enhancement
versions: Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list