Diez B. Roggisch wrote: > dict.__setitem__(self, index.upper()) = value
oh duh. > Or better even > > super(subclass, self).__setitem__(key.upper(), value) hmm. http://fuhm.net/super-harmful/ I think I need to do some more reading. ---eric -- http://mail.python.org/mailman/listinfo/python-list