***********************
Your mail has been scanned by InterScan MSS.
***********************


HI,

I've a small doubt regarding the way to save a configuration file on the file 
manipulated by ConfigParser.
As far as I could understand this:

cp = ConfigParser.ConfigParser
cp.set(section,option)

will it do the set on the file or do I have to issue a "cp.write(fp)" in order 
to get it done?
My tests didn't resulted positively.

F


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

Reply via email to