Message97261
| 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:07 | jjconti | set | recipients: + jjconti, rhettinger, facundobatista, mark.dickinson, skrah |
| 2010-01-05 14:01:07 | jjconti | set | messageid: <1262700067.15.0.257523440122.issue7633@psf.upfronthosting.co.za> |
| 2010-01-05 14:01:05 | jjconti | link | issue7633 messages |
| 2010-01-05 14:01:05 | jjconti | create | |