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 Arfrever, benjamin.peterson, exarkun, flox, josh.r, martin.panter, r.david.murray
Date 2015-01-11.06:39:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420958382.56.0.161562052267.issue21408@psf.upfronthosting.co.za>
In-reply-to
Content
This patch should fix the problem I think. Before the __ne__() implementation was calling the “==” operator; now it calls the __eq__() method instead.

Also includes extra test for Issue 4395 to avoid having conficting patches.
History
Date User Action Args
2015-01-11 06:39:42martin.pantersetrecipients: + martin.panter, exarkun, benjamin.peterson, Arfrever, r.david.murray, flox, josh.r
2015-01-11 06:39:42martin.pantersetmessageid: <1420958382.56.0.161562052267.issue21408@psf.upfronthosting.co.za>
2015-01-11 06:39:42martin.panterlinkissue21408 messages
2015-01-11 06:39:42martin.pantercreate