]> granicus.if.org Git - python/commit
bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Jun 2018 14:01:56 +0000 (07:01 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Jun 2018 14:01:56 +0000 (07:01 -0700)
commitf44203d782e397941c17d96e6a1f9dc1df08b3e6
treee9af501324e38ce7098a34db9fa68b1f7f6c86cc
parent9f56a93e8986e06ac61a7356082fe8be285f26a4
bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)

This solves a regression in logging config due to changes in BPO-23835.
(cherry picked from commit 214f18e49feb6a9d6c05aa09a4bb304905e81334)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/configparser.py
Lib/test/test_logging.py