summaryrefslogtreecommitdiff
path: root/Lib/rational.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/rational.py')
-rwxr-xr-xLib/rational.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/rational.py b/Lib/rational.py
index c76cba3d07..dcdaad494b 100755
--- a/Lib/rational.py
+++ b/Lib/rational.py
@@ -424,8 +424,6 @@ class Rational(RationalAbc):
else:
return a.numerator // a.denominator
- __int__ = __trunc__
-
def __hash__(self):
"""hash(self)