Ronald Oussoren <ronaldousso...@mac.com> added the comment:

The exception is due to the interpolation feature of ConfigParser, which 
expects a different syntax. The default interpolation syntax is "%(key)s".

Interpolation can be turned off by passing "interpolation=None" when creating 
the ConfigParser object.

See also 
https://docs.python.org/3/library/configparser.html#interpolation-of-values

----------
nosy: +ronaldoussoren
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41500>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to