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 skrah
Recipients mark.dickinson, mdealencar, skrah
Date 2014-02-04.13:58:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140204135841.GA18665@sleipnir.bytereef.org>
In-reply-to <1391521142.94.0.82497038565.issue20502@psf.upfronthosting.co.za>
Content
Mauricio de Alencar <report@bugs.python.org> wrote:
> String formatting is completely unaware of the concept of *significant digits*.

>>> format(Decimal(1), ".2f")
'1.00'
History
Date User Action Args
2014-02-04 13:58:42skrahsetrecipients: + skrah, mark.dickinson, mdealencar
2014-02-04 13:58:42skrahlinkissue20502 messages
2014-02-04 13:58:42skrahcreate