[Python-Dev] Bad interaction of index and sequence repeat (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Sat Jul 29 05:11:57 CEST 2006
- Previous message: [Python-Dev] Bad interaction of __index__ and sequence repeat
- Next message: [Python-Dev] Bad interaction of __index__ and sequence repeat
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote:
In my recollection I tried to avoid this exact behavior. I wanted index() to just return the unclipped int or long value, but have a C API that clipped it for use in slice operations.
So is there still a chance to fix it?
-- Greg
- Previous message: [Python-Dev] Bad interaction of __index__ and sequence repeat
- Next message: [Python-Dev] Bad interaction of __index__ and sequence repeat
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]