]> granicus.if.org Git - python/commit
When reading a continuation line, make sure we still use the transformed
authorFred Drake <fdrake@acm.org>
Fri, 6 Jul 2001 17:22:48 +0000 (17:22 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 6 Jul 2001 17:22:48 +0000 (17:22 +0000)
commitbeb6713ea700d28ea88c703f24c1ba6ba43230f8
tree93990445ea49c8445ec05777803de58b06479479
parent45c23e61d88c20aa6a63060654fce182927ef915
When reading a continuation line, make sure we still use the transformed
name when filling in the internal data structures, otherwise we incorrectly
raise a KeyError.

This fixes SF bug #432369.
Lib/ConfigParser.py
Lib/test/test_cfgparser.py