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.

Author Ben Griffin
Recipients Ben Griffin, python-dev
Date 2020-03-05.11:11:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583406679.71.0.555982275048.issue39860@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-03-05 11:11:19Ben Griffinsetrecipients: + Ben Griffin, python-dev
2020-03-05 11:11:19Ben Griffinsetmessageid: <1583406679.71.0.555982275048.issue39860@roundup.psfhosted.org>
2020-03-05 11:11:19Ben Griffinlinkissue39860 messages
2020-03-05 11:11:19Ben Griffincreate