[New-bugs-announce] [issue24131] [configparser] Add section/option delimiter to ExtendedInterpolation

Guilherme report at bugs.python.org
Wed May 6 04:16:28 CEST 2015


New submission from Guilherme:

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).

----------
components: Library (Lib)
messages: 242638
nosy: giflw
priority: normal
severity: normal
status: open
title: [configparser] Add section/option delimiter to ExtendedInterpolation
type: enhancement
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24131>
_______________________________________


More information about the New-bugs-announce mailing list