| commit | 09638c16d842c77c7b9f7c0f339508c0b2a40feb | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Thu Jun 13 19:17:46 2002 +0000 |
| committer | Guido van Rossum <guido@python.org> | Thu Jun 13 19:17:46 2002 +0000 |
| tree | 54c714ee3edc4cadab4d765392ddc5f7e20fe622 | |
| parent | fea59e7f766b950ccd55f9eee87d4032a768fdcc [diff] |
Hopefully this addresses the remaining issues of SF bugs 459235 and
473985. Through a subtle rearrangement of some members in the etype
struct (!), mapping methods are now preferred over sequence methods,
which is necessary to support str.__getitem__("hello", slice(4)) etc.