mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
21308243ca
Previously, this said "unsubscriptable object"; in 1.5.1, the reverse problem existed, where None[''] would complain about a non-integer index. This fix does the right thing in all cases (for get, set and del item).