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 jjconti
Recipients facundobatista, jjconti, mark.dickinson, rhettinger, skrah
Date 2010-01-05.14:01:05
SpamBayes Score 0.005745133
Marked as misclassified No
Message-id <1262700067.15.0.257523440122.issue7633@psf.upfronthosting.co.za>
In-reply-to
Content
I've been reading http://speleotrove.com/decimal and seems not to be an explicit definition about this. I'm thinking in a patch I could supply tomorrow.
What about the idea of changing the implementation from:

        return a.__add__(b, context=self)

to

        return Decimal(a+b,context=self)
?
History
Date User Action Args
2010-01-05 14:01:07jjcontisetrecipients: + jjconti, rhettinger, facundobatista, mark.dickinson, skrah
2010-01-05 14:01:07jjcontisetmessageid: <1262700067.15.0.257523440122.issue7633@psf.upfronthosting.co.za>
2010-01-05 14:01:05jjcontilinkissue7633 messages
2010-01-05 14:01:05jjconticreate