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.

作者 vstinner
收信人 cstratak, serhiy.storchaka, skrah, vstinner
日期 2018-01-15.11:08:21
SpamBayes Score -1.0
Marked as misclassified
Message-id <1516014501.87.0.467229070634.issue31900@psf.upfronthosting.co.za>
In-reply-to
内容
Oops lc_numeric.py contains a typo:

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

=> it should be f"{d:n}"
历史
日期 用户 动作 参数
2018-01-15 11:08:21vstinner修改recipients: + vstinner, skrah, serhiy.storchaka, cstratak
2018-01-15 11:08:21vstinner修改messageid: <1516014501.87.0.467229070634.issue31900@psf.upfronthosting.co.za>
2018-01-15 11:08:21vstinner链接issue31900 messages
2018-01-15 11:08:21vstinner创建