Christian Heimes added the comment:

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.

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1640>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to