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 martin.panter
Recipients martin.panter, serhiy.storchaka
Date 2015-01-31.08:15:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422692138.1.0.252395589387.issue23326@psf.upfronthosting.co.za>
In-reply-to
Content
I looked at all the instances of __ne__() identified in the patch, and they all seem redundant with the __eq__() implementations, so I think this patch is good.
History
Date User Action Args
2015-01-31 08:15:38martin.pantersetrecipients: + martin.panter, serhiy.storchaka
2015-01-31 08:15:38martin.pantersetmessageid: <1422692138.1.0.252395589387.issue23326@psf.upfronthosting.co.za>
2015-01-31 08:15:38martin.panterlinkissue23326 messages
2015-01-31 08:15:37martin.pantercreate