wrote in news:[EMAIL PROTECTED] in 
comp.lang.python:

> Hi,
> I need a specific example. I have seen the docs, but I don't all the
> stuffs there.
> 

> from ConfigParser import ConfigParser

 
> Now I want to know how to read a section, a section attribute's value,
> and to write thoses back after reading.
> 

ConfigParser is derived from RawConfigParser, so you need
to look at RawConfigParser's docs here:

        http://docs.python.org/lib/RawConfigParser-objects.html


Rob.
-- 
http://www.victim-prime.dsl.pipex.com/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to