"Giovanni Bajo" <[EMAIL PROTECTED]> writes: > SeSe wrote: > >> hi, every one, >> >> I started a opensource project PyINI for corss-platform *.ini parsing >> at http://sourceforge.net/projects/pyini/ >> >> I have released a simple alpha version, which can read *.ini, with >> some extended features such as "key=value1,value2,value3". I also >> made a c++ binding to PyINI with elmer toolkit. > > > The most useful feature would be to be able to write INI files back without > affecting their formatting, without removing user commands, etc. This is what > Windows APIs do, and it is what I am missing from most INI parsing libraries > out there.
You can easily access the windows apis either with pywin32, or with ctypes for those functions that aren't wrapped in pywin32. Thomas -- http://mail.python.org/mailman/listinfo/python-list