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 facundobatista
Recipients facundobatista, gvanrossum, jyasskin, mark.dickinson, rhettinger
Date 2008-01-10.00:15:34
SpamBayes Score 0.19289024
Marked as misclassified No
Message-id <1199924136.09.0.353696986266.issue1682@psf.upfronthosting.co.za>
In-reply-to
Content
2008/1/9, Raymond Hettinger said:

> * Consider adding Decimal.from_rational and Rational.from_decimal.  I
> believe these are both easy and can be done losslessly.

If it's lossless, why not just allow Decimal(Rational(...)) and
Rational(Decimal(...))?
History
Date User Action Args
2008-01-10 00:15:36facundobatistasetspambayes_score: 0.19289 -> 0.19289024
recipients: + facundobatista, gvanrossum, rhettinger, mark.dickinson, jyasskin
2008-01-10 00:15:36facundobatistasetspambayes_score: 0.19289 -> 0.19289
messageid: <1199924136.09.0.353696986266.issue1682@psf.upfronthosting.co.za>
2008-01-10 00:15:34facundobatistalinkissue1682 messages
2008-01-10 00:15:34facundobatistacreate