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

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



On Fri, May 28, 2004 at 01:16:20PM +0200, 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
> ...

Python's ConfigParser module reads a format which is close enough that it
should be compatible.

-- 
 - mdz



Reply to: