Can someone who knows about python internals throw some light on why
>>> x in dic
is cheaper than
>>> dic.has_key(x)

??
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to