Files
cpython/Objects
Guido van Rossum 64585f6afb PyObject_GetItem(), PyObject_SetItem(), PyObject_DelItem(): Fix a few
confusing error messages.  If a new-style class has no sequence or
mapping behavior, attempting to use the indexing notation with a
non-integer key would complain that the sequence index must be an
integer, rather than complaining that the operation is not supported.
2001-11-24 18:24:47 +00:00
..
2000-05-02 18:34:30 +00:00
2001-10-19 13:49:35 +00:00
2001-08-29 23:54:21 +00:00