➜

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.

作者 rhettinger
收信人 facundobatista, jdunck, lorg, mark.dickinson, rhettinger
日期 2009-03-21.17:58:46
SpamBayes Score 0.0004952358
Marked as misclassified 否
Message-id <1237658328.6.0.532867319186.issue2531@psf.upfronthosting.co.za>
In-reply-to
内容
It's not a priority for me though it's not an unreasonable thing to do.
 A basic 5th grade exercise is ordering fractions, sometimes with their
decimal equivalents:    Fraction(1,3) < Decimal('0.4') < Fraction(1,2).
 I don't care if that gets done.  

If you do decide to do fractions too, the responsibility should be with
the fractions class (since decimals convert to fractions exactly but not
vice-versa).
历史
日期 用户 动作 参数
2009-03-21 17:58:49rhettinger修改recipients: + rhettinger, facundobatista, mark.dickinson, jdunck, lorg
2009-03-21 17:58:48rhettinger修改messageid: <1237658328.6.0.532867319186.issue2531@psf.upfronthosting.co.za>
2009-03-21 17:58:47rhettinger链接issue2531 messages
2009-03-21 17:58:46rhettinger创建