[New-bugs-announce] [issue45357] Idle does not check user config for extention configuration

CoolCat467 report at bugs.python.org
Sun Oct 3 17:42:22 EDT 2021


New submission from CoolCat467 <davenport.samuel09 at gmail.com>:

I was trying to write an extension for Idle, and was noticing extension keys defined in ~/.idlerc weren't being used, so I looked into it and found that in idlelib.config.idleConf, `GetExtensionKeys`, `__GetRawExtensionKeys`, and `GetKeyBinding` would never check for user keys, always assuming default keys have everything. This is not always true. In a system with multiple users, you would not want to modify the default config file for a custom extension, as that is used for everyone.

----------
assignee: terry.reedy
components: IDLE
messages: 403112
nosy: CoolCat467, terry.reedy
priority: normal
severity: normal
status: open
title: Idle does not check user config for extention configuration
type: behavior

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


More information about the New-bugs-announce mailing list