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 pitrou
Recipients Brent.Payne, alexandre.vassalotti, bsilverthorn, craigcitro, dalleyg, daniel.urban, eric.araujo, fbissey, jackdied, ncoghlan, nlhepler, pitrou
Date 2011-10-04.06:04:22
SpamBayes Score 0.061389137
Marked as misclassified No
Message-id <1317708263.34.0.612597595218.issue7689@psf.upfronthosting.co.za>
In-reply-to
Content
+    def __eq__(self, other):
+        r = (type(self) == type(other))
+        if r:
+            return r

I think this should be "if not r".
History
Date User Action Args
2011-10-04 06:04:23pitrousetrecipients: + pitrou, ncoghlan, jackdied, alexandre.vassalotti, bsilverthorn, eric.araujo, daniel.urban, craigcitro, dalleyg, fbissey, nlhepler, Brent.Payne
2011-10-04 06:04:23pitrousetmessageid: <1317708263.34.0.612597595218.issue7689@psf.upfronthosting.co.za>
2011-10-04 06:04:22pitroulinkissue7689 messages
2011-10-04 06:04:22pitroucreate