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 scoder
Recipients belopolsky, gladman, mark.dickinson, pitrou, scoder, serhiy.storchaka, wolma
Date 2014-10-05.08:52:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412499146.36.0.656756628935.issue22486@psf.upfronthosting.co.za>
In-reply-to
Content
There are not such changes in patch 7. The fractions.gcd() function is unchanged but no longer used by the Fraction type, which now uses math.gcd() internally instead.
History
Date User Action Args
2014-10-05 08:52:26scodersetrecipients: + scoder, mark.dickinson, belopolsky, pitrou, serhiy.storchaka, wolma, gladman
2014-10-05 08:52:26scodersetmessageid: <1412499146.36.0.656756628935.issue22486@psf.upfronthosting.co.za>
2014-10-05 08:52:26scoderlinkissue22486 messages
2014-10-05 08:52:26scodercreate