[issue23711] ConfigParser module blames on section less ini file

2015-03-19 Thread Martin Panter
Martin Panter added the comment: I think this is already discussed in Issue 22253. -- nosy: +vadmium resolution: -> duplicate status: open -> closed superseder: -> ConfigParser does not handle files without sections ___ Python tracker

[issue23711] ConfigParser module blames on section less ini file

2015-03-19 Thread Maxim Kot
New submission from Maxim Kot: Wikipedia (http://en.wikipedia.org/wiki/INI_file#Sections) says: >Keys may (but need not) be grouped into arbitrarily named sections But when it's trying to parse file without section header - "MissingSectionHeaderError: File contains no section headers" raised.