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 mark.dickinson
Recipients eric.smith, mark.dickinson
Date 2009-10-09.20:04:16
SpamBayes Score 0.00035838192
Marked as misclassified No
Message-id <1255118658.63.0.913492013831.issue7094@psf.upfronthosting.co.za>
In-reply-to
Content
Just for reference, the effect of the alternative style is explained 
succinctly in the C99 standard (well, the N1256 draft, anyway):

"For a, A, e, E, f, F, g, and G conversions, the result of converting a 
floating-point number always contains a decimal-point character, even if 
no digits follow it. (Normally, a decimal-point character appears in the 
result of these conversions only if a digit follows it.) For g and G 
conversions, trailing zeros are not removed from the result. For other 
conversions, the behavior is undefined."
History
Date User Action Args
2009-10-09 20:04:18mark.dickinsonsetrecipients: + mark.dickinson, eric.smith
2009-10-09 20:04:18mark.dickinsonsetmessageid: <1255118658.63.0.913492013831.issue7094@psf.upfronthosting.co.za>
2009-10-09 20:04:17mark.dickinsonlinkissue7094 messages
2009-10-09 20:04:16mark.dickinsoncreate