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 Rhamphoryncus, christian.heimes, gmcastil, mark.dickinson, tim.peters
Date 2008-01-21.20:13:59
SpamBayes Score 0.07838615
Marked as misclassified No
Message-id <1200946443.61.0.913968251162.issue1640@psf.upfronthosting.co.za>
In-reply-to
Content
One more comment:  the Py_IS_NAN test in acosh is likely never reached, since the 
comparison x >= two_pow_p28 will probably evaluate to 0 when x is a NaN.
History
Date User Action Args
2008-01-21 20:14:03mark.dickinsonsetspambayes_score: 0.0783862 -> 0.07838615
recipients: + mark.dickinson, tim.peters, Rhamphoryncus, christian.heimes, gmcastil
2008-01-21 20:14:03mark.dickinsonsetspambayes_score: 0.0783862 -> 0.0783862
messageid: <1200946443.61.0.913968251162.issue1640@psf.upfronthosting.co.za>
2008-01-21 20:13:59mark.dickinsonlinkissue1640 messages
2008-01-21 20:13:59mark.dickinsoncreate