Julian <julian+python....@grayvines.com> added the comment:

Looking over this again with a clear head, adding the number operators is the 
incorrect thing to do here I think, since that function was also written 
assuming we had a set-like view object as input.

I am inclined to think that the correct behavior here for those operators is to 
not change that function, but to not make values objects add-able at all, even 
with other values objects, which would probably be the only other logical 
choice,  so leaving that as it was before (but still making the equality 
change).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12445>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to