Message116018
> 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. |
|
Date |
User |
Action |
Args |
2010-09-10 13:30:44 | daniel.urban | set | recipients:
+ daniel.urban, rhettinger, mark.dickinson, stutzbach, eric.araujo |
2010-09-10 13:30:44 | daniel.urban | set | messageid: <1284125444.35.0.184373830594.issue9213@psf.upfronthosting.co.za> |
2010-09-10 13:30:42 | daniel.urban | link | issue9213 messages |
2010-09-10 13:30:42 | daniel.urban | create | |
|