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 lemburg
Recipients lemburg, ocean-city
Date 2009-10-12.12:10:32
SpamBayes Score 2.252902e-08
Marked as misclassified No
Message-id <4AD31CB7.6010408@egenix.com>
In-reply-to <1255348609.65.0.0972853196625.issue7112@psf.upfronthosting.co.za>
Content
Hirokazu Yamamoto wrote:
> This issue is related to issue1571184, I think.

Assuming that you're using the SVN version of Python, I agree,
that's likely.

This is the line in question:

    case 0x5146:
        return (double) 1000000000000;

Looks like the code generator should append a ".0" to signal
that the value is indeed a double. It be even more readable,
if it'd use the scientific E-notation, ie. 1e12.
History
Date User Action Args
2009-10-12 12:10:34lemburgsetrecipients: + lemburg, ocean-city
2009-10-12 12:10:32lemburglinkissue7112 messages
2009-10-12 12:10:32lemburgcreate