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 rhettinger, serhiy.storchaka
Date 2020-07-29.00:18:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595981916.23.0.461146314012.issue41416@roundup.psfhosted.org>
In-reply-to
Content
If you want to add back the __ne__() method, that would be fine.

FWIW, "class A(collections.abc.Set, int)" seems pretty exotic to me.  I wouldn't have expected that work out well.
History
Date User Action Args
2020-07-29 00:18:36rhettingersetrecipients: + rhettinger, serhiy.storchaka
2020-07-29 00:18:36rhettingersetmessageid: <1595981916.23.0.461146314012.issue41416@roundup.psfhosted.org>
2020-07-29 00:18:36rhettingerlinkissue41416 messages
2020-07-29 00:18:36rhettingercreate