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 giflw
Recipients giflw
Date 2015-05-06.02:16:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430878588.06.0.66159234508.issue24131@psf.upfronthosting.co.za>
In-reply-to
Content
Using configparser.ExtendedInterpolation one can interpolate ${section:option}. It would be nice to have a parameter on ExtendedInterpolation __init__ to change the delimiter, thus one can use ${section/option} instead (using '/' instead of ':', for example).
History
Date User Action Args
2015-05-06 02:16:28giflwsetrecipients: + giflw
2015-05-06 02:16:28giflwsetmessageid: <1430878588.06.0.66159234508.issue24131@psf.upfronthosting.co.za>
2015-05-06 02:16:27giflwlinkissue24131 messages
2015-05-06 02:16:27giflwcreate