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 rhettinger, serhiy.storchaka
Date 2020-07-26.17:51:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595785864.68.0.222998363371.issue41397@roundup.psfhosted.org>
In-reply-to
Content
The current code returns NotImplemented for non-Counter. If we want to implement equality comparison with other class we have to override __ne__.
History
Date User Action Args
2020-07-26 17:51:04serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2020-07-26 17:51:04serhiy.storchakasetmessageid: <1595785864.68.0.222998363371.issue41397@roundup.psfhosted.org>
2020-07-26 17:51:04serhiy.storchakalinkissue41397 messages
2020-07-26 17:51:04serhiy.storchakacreate