Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:

+1 for the basic idea.

It could use a better name, Sequence.has_methods(range) reads backwards to me.  
Perhaps something like:  Sequence.implemented_by(range) or 
Sequence.verify_full_api(range) or some such.

Also, when the tests get added, they should go in the test file for the 
implementing class (like test_range for example.)

----------
nosy: +rhettinger

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

Reply via email to