commit | 4691a2f2a2b8174a6c958ce6976ed5f3354c9504 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Jan 16 11:02:51 2020 +0100 |
committer | GitHub <noreply@github.com> | Thu Jan 16 11:02:51 2020 +0100 |
tree | 2d39ff21b819f1da2940d94b574190e89a9cf079 | |
parent | 210c19e3c5b86535a73487fa737752de8eb1d866 [diff] |
bpo-39350: Remove deprecated fractions.gcd() (GH-18021) Remove fractions.gcd() function, deprecated since Python 3.5 (bpo-22486): use math.gcd() instead.