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 eric.smith
Recipients eric.smith
Date 2008-07-16.18:28:13
SpamBayes Score 0.22638987
Marked as misclassified No
Message-id <1216232895.09.0.0435300563375.issue3382@psf.upfronthosting.co.za>
In-reply-to
Content
See http://mail.python.org/pipermail/python-dev/2008-July/081242.html
for the discussion.  Basically, 'F' did the same as 'f' because it was
assumed that neither would ever produce an exponent.  But they do, for
numbers greater than about 1e50.  Also, 'F' should produce 'NAN' for
cases where 'f' produces 'nan'.
History
Date User Action Args
2008-07-16 18:28:15eric.smithsetspambayes_score: 0.22639 -> 0.22638987
recipients: + eric.smith
2008-07-16 18:28:15eric.smithsetspambayes_score: 0.22639 -> 0.22639
messageid: <1216232895.09.0.0435300563375.issue3382@psf.upfronthosting.co.za>
2008-07-16 18:28:13eric.smithlinkissue3382 messages
2008-07-16 18:28:13eric.smithcreate