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.

classification
Title: [configparser] Add section/option delimiter to ExtendedInterpolation
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.6, Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: giflw, lukasz.langa
Priority: normal Keywords:

Created on 2015-05-06 02:16 by giflw, last changed 2022-04-11 14:58 by admin.

Messages (1)
msg242638 - (view) Author: Guilherme (giflw) Date: 2015-05-06 02:16
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
2022-04-11 14:58:16adminsetgithub: 68319
2015-05-06 02:17:32ned.deilysetnosy: + lukasz.langa
2015-05-06 02:16:28giflwcreate