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.

作者 benjamin.peterson
收信人 benjamin.peterson, ethan.furman
日期 2013-12-28.20:08:52
SpamBayes Score -1.0
Marked as misclassified
Message-id <1388261332.86.0.916055117887.issue20092@psf.upfronthosting.co.za>
In-reply-to
内容
__ne__ is not "bound" to __eq__. The comparison code simply falls back onto __eq__ if __ne__ is not defined.
历史
日期 用户 动作 参数
2013-12-28 20:08:52benjamin.peterson修改recipients: + benjamin.peterson, ethan.furman
2013-12-28 20:08:52benjamin.peterson修改messageid: <1388261332.86.0.916055117887.issue20092@psf.upfronthosting.co.za>
2013-12-28 20:08:52benjamin.peterson链接issue20092 messages
2013-12-28 20:08:52benjamin.peterson创建