Re: Help with ConfigParser

2006-10-02 Thread Enrico
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

Re: Help with ConfigParser

2006-10-02 Thread TonyHa
Hello Peter, Thanks for your help, and it works now! Tony. Peter Otten wrote: > [EMAIL PROTECTED] wrote: > > > Question: How can I pervent ConfigParse to convert Upper case yo lower > > case??, thanks. > > http://docs.python.org/dev/lib/RawConfigParser-objects.html > > """ > optionxform(option)

Re: Help with ConfigParser

2006-10-02 Thread Peter Otten
[EMAIL PROTECTED] wrote: > Question: How can I pervent ConfigParse to convert Upper case yo lower > case??, thanks. http://docs.python.org/dev/lib/RawConfigParser-objects.html """ optionxform(option) Transforms the option name option as found in an input file or as passed in by client code to t