mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
147 B
ReStructuredText
3 lines
147 B
ReStructuredText
Fix confused traceback when floordiv, mod, or divmod operations happens
|
|
between instances of :class:`fractions.Fraction` and :class:`complex`.
|
|
|