mirror of https://github.com/python/cpython
2 lines
224 B
ReStructuredText
2 lines
224 B
ReStructuredText
|
If one calls pow(fractions.Fraction, x, module) with modulo not None, the error message now says that the types are incompatible rather than saying pow only takes 2 arguments. Patch by Wim Jeantine-Glenn and Mark Dickinson.
|