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-03.23:52:33
SpamBayes Score 0.5024684
Marked as misclassified No
Message-id <1202082754.77.0.637828196497.issue1682@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, if Rational(Decimal(...)) is to be accepted, then
Decimal(Rational(...)) should also be accepted, and arguably mixed
binary operations as well (Rational(...) + Decimal(...) etc.).
History
Date User Action Args
2008-02-03 23:52:35gvanrossumsetspambayes_score: 0.502468 -> 0.5024684
recipients: + gvanrossum, rhettinger, facundobatista, mark.dickinson, jyasskin
2008-02-03 23:52:34gvanrossumsetspambayes_score: 0.502468 -> 0.502468
messageid: <1202082754.77.0.637828196497.issue1682@psf.upfronthosting.co.za>
2008-02-03 23:52:33gvanrossumlinkissue1682 messages
2008-02-03 23:52:33gvanrossumcreate