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 rhettinger
Recipients georg.brandl, medwards, rhettinger, terry.reedy
Date 2009-06-19.23:17:49
SpamBayes Score 0.0009698034
Marked as misclassified No
Message-id <1245453471.6.0.1079340085.issue4395@psf.upfronthosting.co.za>
In-reply-to
Content
One other thought:  The __ne__ method follows automatically from __eq__
only if __ne__ isn't already defined in a superclass.  So, if you're
inheriting from a builtin, it's best to override both.
History
Date User Action Args
2009-06-19 23:17:51rhettingersetrecipients: + rhettinger, georg.brandl, terry.reedy, medwards
2009-06-19 23:17:51rhettingersetmessageid: <1245453471.6.0.1079340085.issue4395@psf.upfronthosting.co.za>
2009-06-19 23:17:50rhettingerlinkissue4395 messages
2009-06-19 23:17:49rhettingercreate