[Python-Dev] collections.idset and collections.iddict?

Neil Schemenauer nas at arctrix.com
Mon Mar 6 22:36:44 CET 2006


I occasionally need dictionaries or sets that use object identity
rather than __hash__ to store items.  Would it be appropriate to add
these to the collections module?

  Neil



More information about the Python-Dev mailing list