Serhiy Storchaka added the comment:

Oh, sorry, I was absentminded. In general the patch LGTM. But I think that 
using list subclass for tests is not a good idea. If we make a typo in 
CustomSequence method name (__contain__, inedx, coumt), the test is still 
passed. It would be better to use a class that doesn't have any 
sequence-related methods besides explicitly defined.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26915>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to