Message121969
I haven't done a full review, but this looks good at first glance.
For '#g' formatting on the Decimal type, I wonder whether the patch gives the right semantics. E.g., should
format(Decimal('1.23'), '#.6g')
give '1.23' or '1.23000'? For the float type, the '#.<precision>g' formatting has the property that <precision> digits are always returned, and I think this may be what we want here. I'm not sure, though. |
|
Date |
User |
Action |
Args |
2010-11-21 19:26:38 | mark.dickinson | set | recipients:
+ mark.dickinson, rhettinger, terry.reedy, eric.smith, ezio.melotti, eric.araujo, skrah |
2010-11-21 19:26:38 | mark.dickinson | set | messageid: <1290367598.2.0.278985291625.issue7094@psf.upfronthosting.co.za> |
2010-11-21 19:26:36 | mark.dickinson | link | issue7094 messages |
2010-11-21 19:26:36 | mark.dickinson | create | |
|