"Paul McGuire" <[EMAIL PROTECTED]> wrote:

> By contrast, a set (and also the keys in a dict) use a tree structure
> to index more quickly into the list of items

'dict' and I believe also 'set' use a hash table, not a tree structure.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to