Message99502
It looks good (I agree on number_class), but I'd change these:
- Add raiseit=True to context.copy_decimal()
- Remove wrong comment from context.is_infinite()
- Add _convert_other(a, raiseit=True) to context.logical_invert()
- More whitespace in test_decimal()
The new tests could be condensed quite a bit by using getattr(), but
that isn't so important. |
|
| Date |
User |
Action |
Args |
| 2010-02-18 13:00:11 | skrah | set | recipients:
+ skrah, rhettinger, facundobatista, mark.dickinson, jjconti |
| 2010-02-18 13:00:11 | skrah | set | messageid: <[email protected]> |
| 2010-02-18 13:00:10 | skrah | link | issue7633 messages |
| 2010-02-18 13:00:10 | skrah | create | |
|