Is there a way to set items to be case insensitive? Would be nice to
make it so the following are all the same:
Test1 =3D "fooo"
test1 =3D "fooo"
TeSt1 =3D "fooo"
Right now I'm taking the manual approch and doing a value.lower() type
of thing with the dict items but it would be nicer if that was a option
inside of configobj itself.
Thanks,
Keith
|