ConfigParser & STRPTIME ????

Oleg Broytmann phd at emerald.netskate.ru
Mon Jun 28 05:19:15 EDT 1999


Hi!

On Mon, 28 Jun 1999, Benjamin Schollnick wrote:
> 	2) Can you use CONFIGPARSER to write a *.INI file that
> 		you have made, or read into config parser, back
> 		out to disk? From reading Dejanews, I believe that
> 		it can't be?!?!?!?!?!? If so, why?  It seems silly to support
> 		read but not write.

   Few years ago i wrote a class library full of config files parsers.
Among other things there is a parser for .INI files. Parsed config can be
written back to disk.

http://members.xoom.com/phd2/Software/Python/
http://www.fortunecity.com/skyscraper/unix/797/Software/Python/

   look for "Flat ASCII Database and config files modules".

   The .INI-part of the library was not extenceivly tested - usually I use
other classes for storing information in text files...

> 			- Benjamin

Oleg.
---- 
    Oleg Broytmann        Netskate/Inter.Net.Ru        phd at emerald.netskate.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list