This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Julian
Recipients Julian, ezio.melotti, rhettinger
Date 2011-06-30.15:00:10
SpamBayes Score 0.00032465256
Marked as misclassified No
Message-id <1309446010.67.0.809213292049.issue12445@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2011-06-30 15:00:10Juliansetrecipients: + Julian, rhettinger, ezio.melotti
2011-06-30 15:00:10Juliansetmessageid: <1309446010.67.0.809213292049.issue12445@psf.upfronthosting.co.za>
2011-06-30 15:00:10Julianlinkissue12445 messages
2011-06-30 15:00:10Juliancreate