Thomas Heller wrote:

>>> 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.
Sure, but we were speaking of doing that in a portable library.
-- 
Giovanni Bajo


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

Reply via email to