]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39350: Remove deprecated fractions.gcd() (GH-18021)
authorVictor Stinner <vstinner@python.org>
Thu, 16 Jan 2020 10:02:51 +0000 (11:02 +0100)
committerGitHub <noreply@github.com>
Thu, 16 Jan 2020 10:02:51 +0000 (11:02 +0100)
commit4691a2f2a2b8174a6c958ce6976ed5f3354c9504
tree2d39ff21b819f1da2940d94b574190e89a9cf079
parent210c19e3c5b86535a73487fa737752de8eb1d866
bpo-39350: Remove deprecated fractions.gcd() (GH-18021)

Remove fractions.gcd() function, deprecated since Python 3.5
(bpo-22486): use math.gcd() instead.
Doc/library/fractions.rst
Doc/whatsnew/3.9.rst
Lib/fractions.py
Lib/test/test_fractions.py
Misc/NEWS.d/next/Library/2020-01-16-09-15-40.bpo-39350.ZQx0uY.rst [new file with mode: 0644]