Skip to content

bpo-33802 - Fix regression in logging configuration #7509

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

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