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 NeilGirdhar
Recipients NeilGirdhar, brett.cannon, gvanrossum, levkivskyi, rhettinger, srkunze
Date 2016-08-19.13:16:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471612574.99.0.191034774456.issue27598@psf.upfronthosting.co.za>
In-reply-to
Content
Given issue http://bugs.python.org/issue27802, it might be worth considering that all Collections implement __eq__ and __ne__, so maybe these should be abstract methods on Collection?
History
Date User Action Args
2016-08-19 13:16:15NeilGirdharsetrecipients: + NeilGirdhar, gvanrossum, brett.cannon, rhettinger, levkivskyi, srkunze
2016-08-19 13:16:14NeilGirdharsetmessageid: <1471612574.99.0.191034774456.issue27598@psf.upfronthosting.co.za>
2016-08-19 13:16:14NeilGirdharlinkissue27598 messages
2016-08-19 13:16:14NeilGirdharcreate