summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-12-26-10-55-59.bpo-35588.PSR6Ez.rst
blob: 270f556e76b2529e00c6719bf828cd46ec116f0c (plain)
1
2
The floor division and modulo operations and the :func:`divmod` function on :class:`fractions.Fraction` types are 2--4x faster.
Patch by Stefan Behnel.