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 daniel.urban
Recipients daniel.urban, eric.araujo, mark.dickinson, rhettinger, stutzbach
Date 2010-09-10.13:30:42
SpamBayes Score 0.0035473555
Marked as misclassified No
Message-id <1284125444.35.0.184373830594.issue9213@psf.upfronthosting.co.za>
In-reply-to
Content
> Attached is a greatly revised patch, with two significant changes:
> - Adds support for !PyLong_CheckExact (using _PySequence_IterSearch)

Thanks, indeed, we should support that.

> Any strong feelings on whether range.index should support the start and
> stop arguments provided by list.index, tuple.index, and str.index, but
> not by collections.Sequence.index?

I don't think that this is very important.
History
Date User Action Args
2010-09-10 13:30:44daniel.urbansetrecipients: + daniel.urban, rhettinger, mark.dickinson, stutzbach, eric.araujo
2010-09-10 13:30:44daniel.urbansetmessageid: <1284125444.35.0.184373830594.issue9213@psf.upfronthosting.co.za>
2010-09-10 13:30:42daniel.urbanlinkissue9213 messages
2010-09-10 13:30:42daniel.urbancreate