Re: [Tutor] Config Parser question

2005-10-07 Thread Kent Johnson
it? Kent > > Thank you > > Alberto > > -Mensaje original- > De: Kent Johnson [mailto:[EMAIL PROTECTED] > Enviado el: Viernes, 07 de Octubre de 2005 18:36 > Para: Alberto Troiano > CC: tutor@python.org > Asunto: Re: [Tutor] Config Parser question > &g

Re: [Tutor] Config Parser question

2005-10-07 Thread Alberto Troiano
let me know if this is correct Thank you Alberto -Mensaje original- De: Kent Johnson [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 07 de Octubre de 2005 18:36 Para: Alberto Troiano CC: tutor@python.org Asunto: Re: [Tutor] Config Parser question Alberto Troiano wrote: > I'm trying to

Re: [Tutor] Config Parser question

2005-10-07 Thread Kent Johnson
Alberto Troiano wrote: > I’m trying to make a configuration file > > I know how to read the sections and options (using ConfigParser module > from Python 2.3.4 on Win XP) > > What I wanted to know is that eventually I will need to add sections and > options or change values or erase options or