Ben Griffin <b...@redsnapper.net> added the comment:

Having looked at the code, I believe that it is best NOT to interfere with the 
'default_section' value of the class, as it is used as a proxy to _defaults, 
whereas the section parameter of get() is easily extended.

The actual changes are all to the method _unify_values, and it is trivial to 
extend that method to allow for multiple dictionaries to be passed to _ChainMap.

This is what I did in PR-18791

----------
type:  -> enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39860>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to