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 christian.heimes
Recipients Rhamphoryncus, christian.heimes, gmcastil, gvanrossum, mark.dickinson, tim.peters
Date 2008-01-20.16:53:30
SpamBayes Score 0.4303301
Marked as misclassified No
Message-id <47937C88.2040902@cheimes.de>
In-reply-to <1200846808.16.0.614126845603.issue1640@psf.upfronthosting.co.za>
Content
Mark Dickinson wrote:
> Currently, on Linux I get:
>   - overflow (exp(1000))    -> OverflowError
>   - domain error (sqrt(-1)) -> ValueError
>   - singularity (log(0))    -> OverflowError

Windows raises the same exceptions as Linux.
History
Date User Action Args
2008-01-20 16:53:32christian.heimessetspambayes_score: 0.43033 -> 0.4303301
recipients: + christian.heimes, gvanrossum, tim.peters, mark.dickinson, Rhamphoryncus, gmcastil
2008-01-20 16:53:30christian.heimeslinkissue1640 messages
2008-01-20 16:53:30christian.heimescreate