mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
* gh-68163: Correct conversion of Rational instances to float Also document that numerator/denominator properties are instances of Integral. Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
1 line
69 B
ReStructuredText
1 line
69 B
ReStructuredText
Correct conversion of :class:`numbers.Rational`'s to :class:`float`.
|