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 MrJean1
Recipients MrJean1, mark.dickinson, terry.reedy
Date 2008-06-27.17:50:30
SpamBayes Score 0.0020737925
Marked as misclassified No
Message-id <1214589032.16.0.650947851736.issue3167@psf.upfronthosting.co.za>
In-reply-to
Content
The 64-bit version did the right thing, all along.  The 32-bit result is 
correct only when compiled with option -xlibmieee.

But the latter sets errno value to EDOM and that should be 0, rather 
remain unmodified.
History
Date User Action Args
2008-06-27 17:50:32MrJean1setspambayes_score: 0.00207379 -> 0.0020737925
recipients: + MrJean1, terry.reedy, mark.dickinson
2008-06-27 17:50:32MrJean1setspambayes_score: 0.00207379 -> 0.00207379
messageid: <1214589032.16.0.650947851736.issue3167@psf.upfronthosting.co.za>
2008-06-27 17:50:31MrJean1linkissue3167 messages
2008-06-27 17:50:30MrJean1create