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 zybi
Recipients georg.brandl, zybi
Date 2008-05-06.16:28:45
SpamBayes Score 0.0074140653
Marked as misclassified No
Message-id <1210091326.8.0.357572062479.issue2773@psf.upfronthosting.co.za>
In-reply-to
Content
Description of 'g' and 'G' conversion types of string formatting
operator at http://www.python.org/doc/2.5.2/lib/typesseq-strings.html is:
  Floating point format. Uses exponential format if exponent is greater
than -4 or less than precision, decimal format otherwise.

Should be:
  Floating point format. Uses exponential format if exponent is less
than -4 or not less than precision, decimal format otherwise.
History
Date User Action Args
2008-05-06 16:28:47zybisetspambayes_score: 0.00741407 -> 0.0074140653
recipients: + zybi, georg.brandl
2008-05-06 16:28:46zybisetspambayes_score: 0.00741407 -> 0.00741407
messageid: <1210091326.8.0.357572062479.issue2773@psf.upfronthosting.co.za>
2008-05-06 16:28:46zybilinkissue2773 messages
2008-05-06 16:28:45zybicreate