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 serhiy.storchaka
Recipients ethan.furman, mark.dickinson, pitrou, serhiy.storchaka, vstinner
Date 2015-01-09.07:16:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420787771.77.0.763764412098.issue23185@psf.upfronthosting.co.za>
In-reply-to
Content
May be make math.inf and math.nan special objects so that for all x (except inf and nan):

x < math.inf
x > -math.inf
not (x < math.nan)
not (x > math.nan)
History
Date User Action Args
2015-01-09 07:16:12serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, pitrou, vstinner, ethan.furman
2015-01-09 07:16:11serhiy.storchakasetmessageid: <1420787771.77.0.763764412098.issue23185@psf.upfronthosting.co.za>
2015-01-09 07:16:11serhiy.storchakalinkissue23185 messages
2015-01-09 07:16:11serhiy.storchakacreate