[Python-bugs-list] [ python-Bugs-432369 ] ConfigParser: problem w/ mixed-case opts

noreply@sourceforge.net noreply@sourceforge.net
Tue, 12 Jun 2001 03:54:41 -0700


Bugs item #432369, was updated on 2001-06-12 03:54
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=432369&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: ConfigParser: problem w/ mixed-case opts

Initial Comment:
When using mixed-case option-names, ConfigParser raises
a KeyError on multi-line options like this one:

"""
Symptoms: bla blubber; some
	symptom; some other symptom; yet
	another symptom
"""

Reason: 'optname' is not converted permanently but only
when storing the first value part. The following patch
solves the problem.

Regards
+++hartmut


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=432369&group_id=5470