Help with ConfigParser

Enrico lux at perpetua.org
Mon Oct 2 10:53:04 EDT 2006


Hi,
from the documentation:

optionxform(option)

Transforms the option name option as found in an input file or as passed in
by client code to the form that should be used in the internal structures.
The default implementation returns a lower-case version of option;
subclasses may override this or client code can set an attribute of this
name on instances to affect this behavior. Setting this to str(), for
example, would make option names case sensitive.

Bye,
Enrico





More information about the Python-list mailing list