commit | 94153096f5bb3dd19989d83ffbc38f140828ae3a | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun May 12 03:09:25 2002 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun May 12 03:09:25 2002 +0000 |
tree | 1e9cf3e8c458b02387d1b65eb234ace6818497ba | |
parent | 59518b04d5db9905a847b879fc164f92dbb458ea [diff] |
Closes SF patch: 552468. Type class unification invalidated the statement: x.__getitem__[i] is not equivalent to x[i].