[Python-bugs-list] [Bug #132913] ConfigParser set() does not xform option
noreply@sourceforge.net
noreply@sourceforge.net
Sat, 17 Feb 2001 21:45:48 -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 : nobody
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()
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=132913&group_id=5470