Noam Raphael wrote: > The default dict iterator should in principle be iteritems(), and not > iterkeys(). This was discussed at length back when "in" support was added to dicts. There were reasons for choosing to do it the way it's done, and I don't think it's likely to be changed. -- Greg