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 noam
Recipients christian.heimes, gvanrossum, nascheme, noam, tim.peters
Date 2007-12-11.13:58:58
SpamBayes Score 0.2406667
Marked as misclassified No
Message-id <b348a0850712110558q3213a2ebgf2fccd6c4f86ba4@mail.gmail.com>
In-reply-to <475E94C0.2090007@cheimes.de>
Content
‎That's right, but the standard also defines that 0.0/0 -> nan, and
1.0/0 -> inf, but instead we raise an exception. It's just that in
Python, every object is expected to be equal to itself. Otherwise, how
can I check if a number is nan?
History
Date User Action Args
2007-12-11 13:58:58noamsetspambayes_score: 0.240667 -> 0.2406667
recipients: + noam, gvanrossum, tim.peters, nascheme, christian.heimes
2007-12-11 13:58:58noamlinkissue1580 messages
2007-12-11 13:58:58noamcreate