ConfigParser

Manlio Perillo NOmanlio_perilloSPAM at libero.it
Wed Nov 10 17:37:50 EST 2004


On Wed, 10 Nov 2004 21:09:39 +0100, Ivo Woltring <Python at IvoNet.nl>
wrote:

>On Wed, 10 Nov 2004 10:39:27 GMT, Manlio Perillo
><NOmanlio_perilloSPAM at libero.it> wrote:
>
>>Regards.
>>
>>Since sections in CongiParser files are delimited by [ and ], why
>>there is not an escape (and unescape) function for escaping
>>&, [, and ] characters to &, [ and ] ?
>>
>>
>>
>>
>>Thanks   Manlio Perillo
>
>another discovery:
>
>the get() DOES translate [ etc back to '[' etc, so it seameth
>to me that the whole question is mute ;-))
>


What version are you using?
In Python 2.3.3 get does not handles [ (or I did not understand
what you are saying).



Thanks and regards   Manlio Perillo



More information about the Python-list mailing list