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 SilentGhost
Recipients SilentGhost, frispete, lukasz.langa
Date 2016-04-23.08:53:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461401624.09.0.0610146813101.issue26831@psf.upfronthosting.co.za>
In-reply-to
Content
I think there is some misunderstanding of what default_section is supposed to do, in fact in provides default values for *other* section, as the documentation says, it doesn't mangle section separation.

In case of ExtendedInterpolation, the interpolation argument needs to be instantiated, i.e. the call should be:
ConfigParser(interpolation=ExtendedInterpolation())
History
Date User Action Args
2016-04-23 08:53:44SilentGhostsetrecipients: + SilentGhost, frispete, lukasz.langa
2016-04-23 08:53:44SilentGhostsetmessageid: <1461401624.09.0.0610146813101.issue26831@psf.upfronthosting.co.za>
2016-04-23 08:53:44SilentGhostlinkissue26831 messages
2016-04-23 08:53:43SilentGhostcreate