diff options
author | David Röthlisberger <david@rothlis.net> | 2024-03-19 09:59:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 09:59:08 (GMT) |
commit | b1bc37597f0d36084c4dcb15977fe6d4b9322cd4 (patch) | |
tree | 18d75aee9e613b36f202090b8ac370e80c529307 /Misc/python.man | |
parent | a8e93d3dca086896e668b88b6c5450eaf644c0e7 (diff) | |
download | cpython-b1bc37597f0d36084c4dcb15977fe6d4b9322cd4.zip cpython-b1bc37597f0d36084c4dcb15977fe6d4b9322cd4.tar.gz cpython-b1bc37597f0d36084c4dcb15977fe6d4b9322cd4.tar.bz2 |
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.
Diffstat (limited to 'Misc/python.man')
0 files changed, 0 insertions, 0 deletions