node-iniparser icon indicating copy to clipboard operation
node-iniparser copied to clipboard

Python ConfigParser compatibility

Open rubys opened this issue 14 years ago • 2 comments
trafficstars

More info on my blog.

rubys avatar Jan 08 '11 15:01 rubys

Hi Sam,

Thanks for your input. I must confess it is indeed a shame that there are no test cases available, I will try to build them this week! Question: why are you putting non-section variables into a 'DEFAULT' section, you can leave them section-less? This will not break backwards compatibility.

shockie avatar Jan 10 '11 19:01 shockie

That's simply how http://svn.python.org/view/python/trunk/Lib/ConfigParser.py?annotate=81008#l105Python's ConfigParser does it.

rubys avatar Jan 10 '11 19:01 rubys