This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: IDLE: Save definitions added to user keysets
Type: enhancement Stage: needs patch
Components: IDLE Versions: Python 3.7, Python 3.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: terry.reedy
Priority: normal Keywords:

Created on 2017-09-21 16:58 by terry.reedy, last changed 2022-04-11 14:58 by admin.

Messages (1)
msg302712 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2017-09-21 16:58
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?
History
Date User Action Args
2022-04-11 14:58:52adminsetgithub: 75728
2017-09-21 16:58:33terry.reedycreate