mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
64585f6afb
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.