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 hagen
Recipients georg.brandl, hagen
Date 2008-07-18.10:54:20
SpamBayes Score 0.021096116
Marked as misclassified No
Message-id <1216378473.42.0.740992820725.issue3404@psf.upfronthosting.co.za>
In-reply-to
Content
Just found it documented for the % operator: There precision is number
of digits before and after decimal point for format "g". 

But then the documentation for 2.6 is wrong:

"The precision is a decimal number indicating how many digits should be
displayed after the decimal point for a floating point value."
History
Date User Action Args
2008-07-18 10:54:34hagensetspambayes_score: 0.0210961 -> 0.021096116
recipients: + hagen, georg.brandl
2008-07-18 10:54:33hagensetspambayes_score: 0.0210961 -> 0.0210961
messageid: <1216378473.42.0.740992820725.issue3404@psf.upfronthosting.co.za>
2008-07-18 10:54:22hagenlinkissue3404 messages
2008-07-18 10:54:21hagencreate