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 rhettinger
Recipients Mark.Shannon, asvetlov, daniel.urban, dstanek, jcea, mdengler, ncoghlan, rhettinger, serhiy.storchaka, stutzbach, terry.reedy, yselivanov, ysj.ray
Date 2014-05-25.22:58:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401058712.5.0.666210135626.issue8743@psf.upfronthosting.co.za>
In-reply-to
Content
Added tests that include the pure python sets.Set().  Only the binary or/and/sub/xor methods are tested.   

The comparison operators were designed to only interact with their own kind.  A comment from Tim Peters explains the decision raise a TypeError instead of returning NotImplemented (it has unfortunate interactions with cmp()).  At any rate, nothing good would come from changing that design decision now, so I'm leaving it alone to fade peacefully into oblivion.
History
Date User Action Args
2014-05-25 22:58:32rhettingersetrecipients: + rhettinger, terry.reedy, jcea, ncoghlan, dstanek, stutzbach, asvetlov, daniel.urban, ysj.ray, Mark.Shannon, serhiy.storchaka, mdengler, yselivanov
2014-05-25 22:58:32rhettingersetmessageid: <1401058712.5.0.666210135626.issue8743@psf.upfronthosting.co.za>
2014-05-25 22:58:32rhettingerlinkissue8743 messages
2014-05-25 22:58:32rhettingercreate