SIGN IN SIGN UP

gh-116957: configparser: Do post-process values after DuplicateOptionError (GH-116958)

If you catch DuplicateOptionError / DuplicateSectionError when reading a
config file (the intention is to skip invalid config files) and then
attempt to use the ConfigParser instance, any values it *had* read
successfully so far, were stored as a list instead of string! Later
`get` calls would raise "AttributeError: 'list' object has no attribute
'find'" from somewhere deep in the interpolation code.
D
David Röthlisberger committed
b1bc37597f0d36084c4dcb15977fe6d4b9322cd4
Parent: a8e93d3
Committed by GitHub <noreply@github.com> on 3/19/2024, 9:59:08 AM