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 vstinner
Recipients cstratak, serhiy.storchaka, skrah, vstinner
Date 2018-01-15.11:08:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516014501.87.0.467229070634.issue31900@psf.upfronthosting.co.za>
In-reply-to
Content
Oops lc_numeric.py contains a typo:

d = decimal.Decimal(1234)
print("Decimal.__format__: %a" % f"{i:n}")

=> it should be f"{d:n}"
History
Date User Action Args
2018-01-15 11:08:21vstinnersetrecipients: + vstinner, skrah, serhiy.storchaka, cstratak
2018-01-15 11:08:21vstinnersetmessageid: <1516014501.87.0.467229070634.issue31900@psf.upfronthosting.co.za>
2018-01-15 11:08:21vstinnerlinkissue31900 messages
2018-01-15 11:08:21vstinnercreate