> I see, thank you.
>
> class MyConfig(ConfigParser, object):
>     def add_section(self, section)
>          super(MyConfig, self).add_section(section)
>
> seems to work and as expected. Is there anything wrong with it ?
>   
I have never seen this before. :) I don't know the answer, but I'm 
interested too.

   Laszlo

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to