This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients davidchambers, eric.smith, mark.dickinson
Date 2020-05-26.15:34:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590507270.72.0.27092730753.issue40780@roundup.psfhosted.org>
In-reply-to
Content
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'
History
Date User Action Args
2020-05-26 15:34:30mark.dickinsonsetrecipients: + mark.dickinson, eric.smith, davidchambers
2020-05-26 15:34:30mark.dickinsonsetmessageid: <1590507270.72.0.27092730753.issue40780@roundup.psfhosted.org>
2020-05-26 15:34:30mark.dickinsonlinkissue40780 messages
2020-05-26 15:34:30mark.dickinsoncreate