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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24131>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to