Mark Dickinson <[EMAIL PROTECTED]> added the comment:

> 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.

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

Reply via email to