mirror of https://github.com/python/cpython
Zap one more use of Exact/Inexact.
This commit is contained in:
parent
6b46762974
commit
cd6bfab410
|
@ -259,7 +259,7 @@ class Real(Complex):
|
|||
Real.register(float)
|
||||
|
||||
|
||||
class Rational(Real, Exact):
|
||||
class Rational(Real):
|
||||
""".numerator and .denominator should be in lowest terms."""
|
||||
|
||||
@abstractproperty
|
||||
|
|
Loading…
Reference in New Issue