Scott David Daniels <[EMAIL PROTECTED]> wrote:

> That is sequence behavior.  The convention of -1 for last, -2 for 
> second-to-last, ... is done before it gets to your C code.  I suspect
> if you don't define a __len__ method, you'd suppress this.

I defined a __len__ method but I get the index "plain" without any kind
of conversion before entering the method

-- 
Lawrence - http://www.oluyede.org/blog
"Nothing is more dangerous than an idea
if it's the only one you have" - E. A. Chartier
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to