]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Restore attribute access so that the following work again:
authorRaymond Hettinger <python@rcn.com>
Thu, 7 Nov 2002 16:55:54 +0000 (16:55 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 7 Nov 2002 16:55:54 +0000 (16:55 +0000)
commit5ae8e01cc5f7e7e85530abc59b4362c5541872a7
treeb80c426a5f16c12b8d1b75b224f667c8d8e2f236
parent492620ae5e38f093dab17251897606be75951f2c
Restore attribute access so that the following work again:

   dir(xrange(10))
   xrange(10).__getitem__(4)
Objects/rangeobject.c