Raymond Hettinger <[EMAIL PROTECTED]> added the comment: +1 on removing the L. Also, it would be nice if reduced fractions were restored to ints after the gcd step:
>>> Fraction(1*10**18, 3*10**18) Fraction(1L, 3L) _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1682> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com