Message336470
I just noticed that there are other differences, for example the "removal of trailing zeros" passage does not apply to Decimal:
>>> format(Decimal("1.000000e-6"), "g")
'0.000001000000'
Perhaps it would be easier to have separate docs for float and decimal after all, or a long footnote for decimal. |
|
Date |
User |
Action |
Args |
2019-02-24 13:53:55 | skrah | set | recipients:
+ skrah, mark.dickinson, ikelly, ezio.melotti, docs@python, tuomas.suutari, sir-sigurd, xtreak, LorenzMende, bdbaraban |
2019-02-24 13:53:55 | skrah | set | messageid: <1551016435.12.0.677323601592.issue23460@roundup.psfhosted.org> |
2019-02-24 13:53:55 | skrah | link | issue23460 messages |
2019-02-24 13:53:55 | skrah | create | |
|