Message97288
The attached patch solves this issue.
Finally, only operand 'a' needs to be converted to Decimal if it's not. I discover this after writing my tests and start the implementation.
A Context.method is modified if it has more than one operand (for example a and b) and Decimal.method uses _convert_other
26 Context's methods were modified.
26 unit tets were added to ContextAPItests TestCase.
docstring was added to Context.divmod |
|
| Date |
User |
Action |
Args |
| 2010-01-06 01:47:24 | jjconti | set | recipients:
+ jjconti, rhettinger, facundobatista, mark.dickinson, skrah |
| 2010-01-06 01:47:23 | jjconti | set | messageid: <[email protected]> |
| 2010-01-06 01:47:22 | jjconti | link | issue7633 messages |
| 2010-01-06 01:47:21 | jjconti | create | |
|