Message303723
I don't think format() destroys the information:
>>> '{:+.19e}'.format(Decimal("0.00000e20"))
'+0.0000000000000000000e+34'
The original magnitude was e+15, after formatting it's still e+15. |
|
| Date |
User |
Action |
Args |
| 2017-10-04 18:11:11 | skrah | set | recipients:
+ skrah, rhettinger, facundobatista, mark.dickinson, eric.smith, Aaron.Meurer |
| 2017-10-04 18:11:11 | skrah | set | messageid: <1507140671.07.0.213398074469.issue31684@psf.upfronthosting.co.za> |
| 2017-10-04 18:11:11 | skrah | link | issue31684 messages |
| 2017-10-04 18:11:11 | skrah | create | |
|