[Python-3000] object.__hash__()

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Jul 28 02:54:12 CEST 2006


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


More information about the Python-3000 mailing list