This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2020-01-16.08:13:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579162424.21.0.493196334096.issue39350@roundup.psfhosted.org>
In-reply-to
Content
bpo-22486 added math.gcd() and deprecated fractions.gcd() in Python 3.5: commit 48e47aaa28d6dfdae128142ffcbc4b0642422e90.

The function was deprecated during 4 cycles (3.5, 3.6, 3.7, 3.8): I propose attached PR to remove it.
History
Date User Action Args
2020-01-16 08:13:44vstinnersetrecipients: + vstinner
2020-01-16 08:13:44vstinnersetmessageid: <1579162424.21.0.493196334096.issue39350@roundup.psfhosted.org>
2020-01-16 08:13:44vstinnerlinkissue39350 messages
2020-01-16 08:13:43vstinnercreate