DiffSK/configobj

Case insensitive dictionary keys

onvav opened this issue · 2 comments

onvav commented

Hello,
as I understand the configObj dictionary should be case insensitive so both statements should work:
config['section1']
config['SECTION1']

But it doesn't work. Is it bug or I missed something?

Without having checked the code, your assumption possibly only holds true for value keys, not section names.

I'm inclined to close this but people want this in 5.1.0 please comment