Antoon Pardon wrote: > I don't know. The python dictionary type with its name, seem to refer > to how it is implemented, so I thought Tree was an appropiate name > here as it is implemented as a tree.
I too had the impression you're talking about a tree-implementation, not a mapping based on key compare operations. Java calls such a thing TreeMap - so maybe TreeDict would be a suitable name. Diez -- http://mail.python.org/mailman/listinfo/python-list