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 gvanrossum
Recipients facundobatista, gvanrossum, jyasskin, mark.dickinson, rhettinger
Date 2008-02-10.17:04:51
SpamBayes Score 0.039060555
Marked as misclassified No
Message-id <ca471dc20802100904w1e928addvcaabdba658c6789e@mail.gmail.com>
In-reply-to <1202662389.4.0.989245132651.issue1682@psf.upfronthosting.co.za>
Content
> Fair enough.  Should it be fractions.Fraction or fraction.Fraction?

I think "from fractions import Fraction" is linguistically more
correct -- the concept is always mentioned in plural, but a fractional
number is of course singular.  We also have "numbers".
History
Date User Action Args
2008-02-10 17:04:52gvanrossumsetspambayes_score: 0.0390606 -> 0.039060555
recipients: + gvanrossum, rhettinger, facundobatista, mark.dickinson, jyasskin
2008-02-10 17:04:51gvanrossumlinkissue1682 messages
2008-02-10 17:04:51gvanrossumcreate