I wrote: > d.keys() will create > and return an indexable view object, Sorry, that's not quite right -- it probably won't be indexable, only iterable. But the argument for keeping it as a method still applies. -- Greg