commit | 5ae8e01cc5f7e7e85530abc59b4362c5541872a7 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Nov 07 16:55:54 2002 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Nov 07 16:55:54 2002 +0000 |
tree | b80c426a5f16c12b8d1b75b224f667c8d8e2f236 | |
parent | 492620ae5e38f093dab17251897606be75951f2c [diff] |
Restore attribute access so that the following work again: dir(xrange(10)) xrange(10).__getitem__(4)