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 christian.heimes, edahl, mark.dickinson, mwh, ronaldoussoren, tim.peters
Date 2008-02-12.02:20:30
SpamBayes Score 0.019315844
Marked as misclassified No
Message-id <1202782832.87.0.0301095591055.issue1481296@psf.upfronthosting.co.za>
In-reply-to
Content
A late comment:  I agree with Ronald here;  mightn't it make more sense
to raise an exception (ValueError?) for long(float("nan"))?

For comparison, long(float("inf")) currently raises OverflowError, at 
least on OS X.
History
Date User Action Args
2008-02-12 02:20:33mark.dickinsonsetspambayes_score: 0.0193158 -> 0.019315844
recipients: + mark.dickinson, mwh, tim.peters, ronaldoussoren, edahl, christian.heimes
2008-02-12 02:20:32mark.dickinsonsetspambayes_score: 0.0193158 -> 0.0193158
messageid: <1202782832.87.0.0301095591055.issue1481296@psf.upfronthosting.co.za>
2008-02-12 02:20:31mark.dickinsonlinkissue1481296 messages
2008-02-12 02:20:30mark.dickinsoncreate