looking for case insesitive dictionary

Michael Spencer mahs at telcopartners.com
Wed Mar 9 23:51:08 EST 2005


Andy Leszczynski wrote:
> so e.g.
> 
>     x={}
>     x['a']=1
>     x['A']=2
>     print x['a'] #prints 2
> 
> Thx, A.

http://www.google.com/search?&q=python+case+insensitive+dictionary

Michael




More information about the Python-list mailing list