On Fri, Apr 18, 2008 at 5:43 PM, Benjamin Peterson
<[EMAIL PROTECTED]> wrote:
> Consider this error:
>  >>> 3["something"]
>  Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>  TypeError: 'int' object is unsubscriptable
>
>  "unscriptable" seems rather ambiguous. How about "[object] cannot be 
> indexed"?
Titus just noticed that I confused "unscriptable" with
"unsubscriptable."  :P Still, though, unsubscriptable seems to be a
Python invented word.
What does (un)subscriptable even mean?
>
>  --
>  Cheers,
>  Benjamin Peterson
>



-- 
Cheers,
Benjamin Peterson
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to