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 mdealencar
Recipients mark.dickinson, mdealencar, skrah
Date 2014-02-04.13:39:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391521142.94.0.82497038565.issue20502@psf.upfronthosting.co.za>
In-reply-to
Content
String formatting is completely unaware of the concept of *significant digits*. The only format that can get it right for every case is the 'e'. But then you always get the exponent, which is undesirable. I was hopeful that the decimal module would handle significant digits as I need.

I will settle with the workaround I posted earlier.

Thanks anyway.
History
Date User Action Args
2014-02-04 13:39:02mdealencarsetrecipients: + mdealencar, mark.dickinson, skrah
2014-02-04 13:39:02mdealencarsetmessageid: <1391521142.94.0.82497038565.issue20502@psf.upfronthosting.co.za>
2014-02-04 13:39:02mdealencarlinkissue20502 messages
2014-02-04 13:39:02mdealencarcreate