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 mark.dickinson
Recipients alexandre.vassalotti, amaury.forgeotdarc, belopolsky, mark.dickinson, pitrou, rhettinger, terry.reedy
Date 2008-06-20.14:30:44
SpamBayes Score 0.10541581
Marked as misclassified No
Message-id <1213972252.02.0.0557862816018.issue3008@psf.upfronthosting.co.za>
In-reply-to
Content
> Mark, I added tests for Inf/Nan.  Will this work on all platforms?

I think the tests should work on all common to semicommon platforms, 
including on all the buildbots.  They won't work on non IEEE 754 platforms 
(float('nan') will throw an exception).  Then again, neither will all the 
Inf/NaN tests in test_math.py.  Sigh.
History
Date User Action Args
2008-06-20 14:30:53mark.dickinsonsetspambayes_score: 0.105416 -> 0.10541581
recipients: + mark.dickinson, rhettinger, terry.reedy, amaury.forgeotdarc, belopolsky, pitrou, alexandre.vassalotti
2008-06-20 14:30:52mark.dickinsonsetspambayes_score: 0.105416 -> 0.105416
messageid: <1213972252.02.0.0557862816018.issue3008@psf.upfronthosting.co.za>
2008-06-20 14:30:50mark.dickinsonlinkissue3008 messages
2008-06-20 14:30:46mark.dickinsoncreate