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 ronaldoussoren
Recipients christian.heimes, edahl, mwh, ronaldoussoren, tim.peters
Date 2008-01-04.06:35:16
SpamBayes Score 0.007721665
Marked as misclassified No
Message-id <1199428517.66.0.172850715735.issue1481296@psf.upfronthosting.co.za>
In-reply-to
Content
The change in the trunk seems like a good backport candidate, it fixes 
an issue with float conversion on OSX compared to other platforms.

That said, I don't like the patch. This makes the current behaviour of 
converting float NaN's to 0 the defined behaviour, which feels wrong (he 
says without having the slightest idea of what the relevant standards 
might say about this).  Shouldn't this raise an exception instead of 
silently converting?
History
Date User Action Args
2008-01-04 06:35:18ronaldoussorensetspambayes_score: 0.00772166 -> 0.007721665
recipients: + ronaldoussoren, mwh, tim.peters, edahl, christian.heimes
2008-01-04 06:35:17ronaldoussorensetspambayes_score: 0.00772166 -> 0.00772166
messageid: <1199428517.66.0.172850715735.issue1481296@psf.upfronthosting.co.za>
2008-01-04 06:35:17ronaldoussorenlinkissue1481296 messages
2008-01-04 06:35:16ronaldoussorencreate