mirror of https://github.com/python/cpython
Merge 3.2
This commit is contained in:
commit
6fc41dd1e3
|
@ -303,7 +303,7 @@ class Integral(Rational):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def __index__(self):
|
def __index__(self):
|
||||||
"""someobject[self]"""
|
"""Called whenever an index is needed, such as in slicing"""
|
||||||
return int(self)
|
return int(self)
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
|
Loading…
Reference in New Issue