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.
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:52 | admin | set | github: 75728 |
| 2017年09月21日 16:58:33 | terry.reedy | create | |