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, jdunck, lorg, mark.dickinson, rhettinger
Date 2009-03-21.17:58:46
SpamBayes Score 0.0004952358
Marked as misclassified No
Message-id <1237658328.6.0.532867319186.issue2531@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2009-03-21 17:58:49rhettingersetrecipients: + rhettinger, facundobatista, mark.dickinson, jdunck, lorg
2009-03-21 17:58:48rhettingersetmessageid: <1237658328.6.0.532867319186.issue2531@psf.upfronthosting.co.za>
2009-03-21 17:58:47rhettingerlinkissue2531 messages
2009-03-21 17:58:46rhettingercreate