abcd wrote:
> Richard Brodie wrote:
> 
>>subscriptable: supports an indexing operator, like a list does.
>  
> doesn't seem to be a builtin function or module...

It's not. Look no further.

> or is that just your
> definition of subscriptable?

It's a correct definition of 'subscriptable' in the context of the
Python programming language - as well as a good exemple of an implied
interface.

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to