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 tim.peters
Recipients
Date 2003-05-15.01:48:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Sorry, but all behavior in the presence of NaNs and infinities 
and signed zeroes is a platform- and release- dependent 
accident.  Even that float("inf") didn't raise an exception for 
you is an accident (e.g., in Python 2.2.2 on Windows, it 
does raise an exception).

I've added this to PEP 42's "non-accidental 754 support" 
feature request; you may also be interested in PEP 754 
(support for 754 special values).  Python has no 754 story 
now.  If you want it to have one, consider volunteering work 
toward that end.
History
Date User Action Args
2007-08-23 14:13:18adminlinkissue737648 messages
2007-08-23 14:13:18admincreate