> I tend to agree with Benjamin that "unsubscriptable" is a made-up word, 
> but so is "unindexable". So, whatever.

FWIW, here is what other tools give as error message in similar cases:

gcc: subscripted value is neither array nor pointer
g++: invalid types ‘double[int]’ for array subscript
javac: array required, but X found
ruby: undefined method `[]=' for 1:Fixnum (NoMethodError)

See also

http://tinyurl.com/4nn284

Regards,
Martin
_______________________________________________
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