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 serhiy.storchaka
Recipients Arfrever, benjamin.peterson, exarkun, flox, josh.r, martin.panter, r.david.murray, serhiy.storchaka
Date 2015-01-24.16:45:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422117938.25.0.188343741254.issue21408@psf.upfronthosting.co.za>
In-reply-to
Content
There are few incorrect implementations of __ne__ in the stdlib. Updated patch removes them. May be we should remove all implementations of __ne__ which are redundant now.
History
Date User Action Args
2015-01-24 16:45:38serhiy.storchakasetrecipients: + serhiy.storchaka, exarkun, benjamin.peterson, Arfrever, r.david.murray, flox, martin.panter, josh.r
2015-01-24 16:45:38serhiy.storchakasetmessageid: <1422117938.25.0.188343741254.issue21408@psf.upfronthosting.co.za>
2015-01-24 16:45:38serhiy.storchakalinkissue21408 messages
2015-01-24 16:45:38serhiy.storchakacreate