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 rhettinger
Recipients facundobatista, gvanrossum, jyasskin, mark.dickinson, ncoghlan, rhettinger
Date 2008-06-25.15:57:22
SpamBayes Score 0.10241449
Marked as misclassified No
Message-id <1214409444.08.0.401249168324.issue1682@psf.upfronthosting.co.za>
In-reply-to
Content
+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)
History
Date User Action Args
2008-06-25 15:57:25rhettingersetspambayes_score: 0.102414 -> 0.10241449
recipients: + rhettinger, gvanrossum, facundobatista, mark.dickinson, ncoghlan, jyasskin
2008-06-25 15:57:24rhettingersetspambayes_score: 0.102414 -> 0.102414
messageid: <1214409444.08.0.401249168324.issue1682@psf.upfronthosting.co.za>
2008-06-25 15:57:23rhettingerlinkissue1682 messages
2008-06-25 15:57:22rhettingercreate