Case insensitive section in ConfigParser
I am trying to set up ConfigParser so that it would be case insensitive to section
input value when using e.g. parser.items(section, raw, vars)
or parser.get(section, option, **kwargs)
. Let’s say my configuration file dummyConfig.cfg is: