Mark Dickinson added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22486>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to