Steven Bethard wrote: > One alternative that I didn't see mentioned is to drop > object.__hash__() and introduce something like collections.iddict() > and collections.idset() for these purposes. -1. Too big a change for something we're fairly sure isn't a real problem in the first place. -- Greg