Mark Dickinson wrote: > +0.2 from me. I could happily live with this change; but could also > equally live with the existing weirdness. > > It's still a little odd for an immutable type to care about object > identity, but I guess oddness comes with the floating-point territory. > :)
The trick for me came in thinking of NaN as a set of values rather than a single value - at that point, the different id values just reflect the multitude of members of that set. Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia --------------------------------------------------------------- _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
