[Python-bugs-list] [Bug #132913] ConfigParser set() does not xform option

noreply@sourceforge.net noreply@sourceforge.net
Mon, 19 Feb 2001 13:42:07 -0800


Bug #132913, was updated on 2001-Feb-17 21:45
Here is a current snapshot of the bug.

Project: Python
Category: Python Library
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : fdrake
Summary: ConfigParser set() does not xform option

Details: ConfigParser's set(section,option,value) does not optionxform the
option when adding it to the section.  This is not consistent with what
happens from read().

Fix: add option=self.optionxform(option) at beginning of set()


Follow-Ups:

Date: 2001-Feb-19 13:42
By: fdrake

Comment:
has_option(), set(), and remove_option() all exhibit this issue.  I'll
check in the fix once I've written some test cases that deal with this.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=132913&group_id=5470