|
From: Jorge V. <jor...@gm...> - 2006-08-07 05:04:50
|
sorry first line says fiction it should be friction > > actually I didn't find any fiction getting into it, I wrote a inifile by > hand in order to understand what I wanted then I google for configObj, open > the first link read and started writting the code, then make my patch. when > I read the options sections on > http://www.voidspace.org.uk/python/configobj.html#options I found that I > could use them all if it was needed. > > I think the key is here > > Simple is better than complex. > Complex is better than complicated. > > yes ConfigObj is complex with all those options. but if you don't need > them you don't even have to worry about them > > as shown here > http://www.voidspace.org.uk/python/configobj.html#reading-a-config-fileand here http://www.voidspace.org.uk/python/configobj.html#writing-a-config-file > > > so in this case ConfigObj is simple. > > and as the first paragraph in this message, how can something that you get > up, running and enhance(although a small feature) in an afternoon be > complicated? > > > |