[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to parse sections in INI-file? (existing tool?)



On Mon, 2004-05-31 at 17:26 -0600, Bob Proulx wrote:
> Rudi Effe wrote:
> > I plan to interpret / convert an ini-file like this:
> > 
> > [SECTION 1]
> > property 1 = value 1
> > property 2 = value 2
> > property 3 = value 3
> > 
> > [SECTION 2]
> > property 1 = value 4
> > ...
> > 
> > [...]
> > Any hints welcome

Using python ConfigParser would be probably fastest...   But I didn't
see original mail requirements on what lang it should use.

O.
-- 
Ondřej Surý <ondrej@sury.org>

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: