[issue27802] Add __eq__ and __ne__ to collections.abc.Sequence.

Martin Panter report at bugs.python.org
Fri Aug 19 09:32:36 EDT 2016


Martin Panter added the comment:

Your implementation looks like it will make a Sequence equal to a list and a tuple, even though lists and tuples are never equal to each other.

----------
nosy: +martin.panter
type:  -> enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27802>
_______________________________________


More information about the Python-bugs-list mailing list