It is possible to make ConfigParser case sensitive.<br><br>Search for optionxform on <a href="http://docs.python.org/library/configparser.html">http://docs.python.org/library/configparser.html</a><br><br>i.e.<br><br>cfgparser = ConfigParser()<br>
...<br>cfgparser.optionxform = str<br><br><br>Rohan<br><br><br><div class="gmail_quote">On Wed, Nov 3, 2010 at 7:13 PM,  <span dir="ltr">&lt;<a href="mailto:akleider@sonic.net">akleider@sonic.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I&#39;ve just discovered the the ConfigParser module converts it&#39;s dictionary<br>
key:value pairs all into lower case.<br>
Why?<br>
Is there a way to get the same functionality (another module perhaps) that<br>
respects case?<br>
<br>
alexK<br>
<br>
_______________________________________________<br>
Baypiggies mailing list<br>
<a href="mailto:Baypiggies@python.org">Baypiggies@python.org</a><br>
To change your subscription options or unsubscribe:<br>
<a href="http://mail.python.org/mailman/listinfo/baypiggies" target="_blank">http://mail.python.org/mailman/listinfo/baypiggies</a><br>
</blockquote></div><br>