ConfigParser

Manlio Perillo NOmanlio_perilloSPAM at libero.it
Wed Nov 10 17:32:42 EST 2004


On Wed, 10 Nov 2004 21:04:55 +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
>
>By the way I did some testing because i have a similar thing going on
>right now. I found out that
>
>[section]
>option = [Ivo Woltring]
>
>is valid and does not have to be translated to
>[section]
>option = [Ivo Woltring]
>

Yes, I have discovered this too.
But my problem is with section names.



Thanks and regards   Manlio Perillo



More information about the Python-list mailing list