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 Daniel_Python
Recipients Daniel_Python
Date 2019-09-04.11:06:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567595206.45.0.981388951699.issue38025@roundup.psfhosted.org>
In-reply-to
Content
f'{10000000000000001323120000000000001:,.0f}'
returns:
'10,000,000,000,000,001,761,595,319,084,122,112'

f'{10000000000000001323120000000000001:,}'
returns:
'10,000,000,000,000,001,323,120,000,000,000,001'
History
Date User Action Args
2019-09-04 11:06:46Daniel_Pythonsetrecipients: + Daniel_Python
2019-09-04 11:06:46Daniel_Pythonsetmessageid: <1567595206.45.0.981388951699.issue38025@roundup.psfhosted.org>
2019-09-04 11:06:46Daniel_Pythonlinkissue38025 messages
2019-09-04 11:06:46Daniel_Pythoncreate