Message370002
Very interesting. Agreed that this looks like a bug. It affects old-style formatting, too:
>>> "%.3g" % 1503
'1.5e+03'
>>> "%.3g" % 1504
'1.5e+03'
>>> "%.3g" % 1505
'1.50e+03' |
|
Date |
User |
Action |
Args |
2020-05-26 15:34:30 | mark.dickinson | set | recipients:
+ mark.dickinson, eric.smith, davidchambers |
2020-05-26 15:34:30 | mark.dickinson | set | messageid: <1590507270.72.0.27092730753.issue40780@roundup.psfhosted.org> |
2020-05-26 15:34:30 | mark.dickinson | link | issue40780 messages |
2020-05-26 15:34:30 | mark.dickinson | create | |
|