DiffSK / configobj

Python 3+ compatible port of the configobj library

Home Page:https://configobj.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Case insensitive dictionary keys

onvav opened this issue · comments

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