Re: looking for case insesitive dictionary
http://www.voidspace.org.uk/python/modules.shtml#caseless Case Insensitive Dictionary, List and Sort Regards, Fuzzy http://www.voidspace.org.uk/python/index.shtml -- http://mail.python.org/mailman/listinfo/python-list
Re: looking for case insesitive dictionary
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 -- http://mail.python.org/mailman/listinfo/python-list