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 benjamin.peterson, eric.araujo, gvanrossum, rhettinger, stutzbach
Date 2010-09-01.18:09:31
SpamBayes Score 0.0043093693
Marked as misclassified No
Message-id <1283364573.09.0.928852395265.issue9731@psf.upfronthosting.co.za>
In-reply-to
Content
+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.)
History
Date User Action Args
2010-09-01 18:09:33rhettingersetrecipients: + rhettinger, gvanrossum, benjamin.peterson, stutzbach, eric.araujo
2010-09-01 18:09:33rhettingersetmessageid: <1283364573.09.0.928852395265.issue9731@psf.upfronthosting.co.za>
2010-09-01 18:09:31rhettingerlinkissue9731 messages
2010-09-01 18:09:31rhettingercreate