jncramp / iniparse

Automatically exported from code.google.com/p/iniparse
Other
0 stars 0 forks source link

DEFAULT section is listed in SafeConfigParser.sections() #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create an ini-file with a DEFAULT section and another section
2. load the ini-file with a iniparse.SafeConfigParser opject
3. do a print parser.sections()

What is the expected output? What do you see instead?
In the output the section DEFAULT is shown, but according to the
ConfigParser documentation this should be filtered

What version of the product are you using? On what operating system?
Version 0.2.4 (on Ubuntu with python 2.5.2)

Please provide any additional information below.

Original issue reported on code.google.com by goo...@staiger-service.de on 1 Feb 2009 at 7:05

GoogleCodeExporter commented 8 years ago

Original comment by psobe...@gmail.com on 3 Feb 2009 at 5:51

GoogleCodeExporter commented 8 years ago
Fixed in revision 106

Original comment by psobe...@gmail.com on 11 Feb 2009 at 6:31