New submission from CoolCat467 <davenport.samue...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue45357>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to