case-sensitive configparser without magical interpolation?

2015-05-22 Thread georgeryoung
[python 2.7] I need to use a configparser that is case-sensitive for option names, but does not do magical interpolation of percent sign. I.e.: [Mapping0] backupHost = eng%26 dbNode = v_br_node0001 should be read (and later written) as is, including capitalization and the percent sign. I

Re: case-sensitive configparser without magical interpolation?

2015-05-22 Thread georgeryoung
On Friday, May 22, 2015 at 1:13:39 PM UTC-4, Ian wrote: On Fri, May 22, 2015 at 10:59 AM, gy wrote: [python 2.7] I need to use a configparser that is case-sensitive for option names, but does not do magical interpolation of percent sign. I.e.: [Mapping0] backupHost = eng%26

Re: case-sensitive configparser without magical interpolation?

2015-05-22 Thread Ian Kelly
On Fri, May 22, 2015 at 10:59 AM, georgeryo...@gmail.com wrote: [python 2.7] I need to use a configparser that is case-sensitive for option names, but does not do magical interpolation of percent sign. I.e.: [Mapping0] backupHost = eng%26 dbNode = v_br_node0001 should be read (and