Skip to content

Conversation

@warsaw
Copy link
Member

@warsaw warsaw commented Jun 8, 2018

In Python 3.6, defaults were not interpolated. Interpolating defaults in 3.8 and 3.7 causes a regression. I don't love this fix, but it seemed like the simplest thing possible to restore the old behavior.

https://bugs.python.org/issue33802

In Python 3.6, defaults were not interpolated.
@ambv
Copy link
Contributor

ambv commented Jun 8, 2018

I would rather do this in _read_defaults() in ConfigParser, that's the only place where interpolation can happen.

@ambv
Copy link
Contributor

ambv commented Jun 8, 2018

See #7524 instead.

@ambv ambv closed this Jun 8, 2018
@warsaw warsaw deleted the bpo-33802 branch June 8, 2018 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants