]> granicus.if.org Git - python/commit
bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)
authorŁukasz Langa <lukasz@langa.pl>
Fri, 8 Jun 2018 11:02:48 +0000 (04:02 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Jun 2018 11:02:48 +0000 (04:02 -0700)
commit214f18e49feb6a9d6c05aa09a4bb304905e81334
treee39653d73ef272826e492d4af2da4261e6ce6dea
parent66f02aa32f1e4adb9f24cf186f8c495399d5ce9b
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.
Lib/configparser.py
Lib/test/test_logging.py