Configfile

Fulvio fulvio at tm.net.my
Fri Oct 27 09:51:21 EDT 2006


***********************
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





More information about the Python-list mailing list