Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2531>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to