Message99502
| Author |
skrah |
| Recipients |
facundobatista, jjconti, mark.dickinson, rhettinger, skrah |
| Date |
2010年02月18日.13:00:03 |
| SpamBayes Score |
4.612792e-09 |
| Marked as misclassified |
No |
| Message-id |
<1266498011.58.0.82580390932.issue7633@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|