Message228549
> I suggest to modify fractions.gcd() to use math.gcd() if the two parameters are int.
Sounds fine to me, so long as the code (both fractions.gcd and the fractions.Fraction implementation) continues to function as before for objects that don't have exact type int. |
|
Date |
User |
Action |
Args |
2014-10-05 09:03:17 | mark.dickinson | set | recipients:
+ mark.dickinson, belopolsky, pitrou, scoder, vstinner, serhiy.storchaka, wolma, gladman |
2014-10-05 09:03:17 | mark.dickinson | set | messageid: <1412499797.27.0.124104486479.issue22486@psf.upfronthosting.co.za> |
2014-10-05 09:03:17 | mark.dickinson | link | issue22486 messages |
2014-10-05 09:03:17 | mark.dickinson | create | |
|