[issue26831] ConfigParser parsing failures with default_section and ExtendedInterpolation options

Łukasz Langa report at bugs.python.org
Thu Feb 17 07:22:23 EST 2022


Łukasz Langa <lukasz at langa.pl> added the comment:

Note: the problem here was due to passing `ExtendedInterpolation` (the class) instead of `ExtendedInterpolation()` (the object). This is now fixed through BPO-41086.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue26831>
_______________________________________


More information about the Python-bugs-list mailing list