You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Python 3, the configparser found in the stdlib's configparser has the so called "ExtendedInterpolation" which supports the syntax used by zc.buildout.
I think it would be a nice addition to have this functionality in configobj too.