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 mark.dickinson
Recipients eric.smith, gregory.p.smith, lucaspmelo, mark.dickinson, michael.foord
Date 2009-07-25.19:52:12
SpamBayes Score 0.027936596
Marked as misclassified No
Message-id <1248551533.86.0.454033311361.issue6567@psf.upfronthosting.co.za>
In-reply-to
Content
[lucaspmelo]
> I would like to ask as a feature request that "inf" be almost equal to
> "inf".

Sounds reasonable to me.  Just so long as float('-inf') isn't almost equal 
to float('inf');  that would be weird.

One could almost make a case for values very close to the upper limit of 
the floating-point range being almost equal to float('inf'), but I think 
that's taking things a bit too far.
History
Date User Action Args
2009-07-25 19:52:13mark.dickinsonsetrecipients: + mark.dickinson, gregory.p.smith, eric.smith, michael.foord, lucaspmelo
2009-07-25 19:52:13mark.dickinsonsetmessageid: <1248551533.86.0.454033311361.issue6567@psf.upfronthosting.co.za>
2009-07-25 19:52:12mark.dickinsonlinkissue6567 messages
2009-07-25 19:52:12mark.dickinsoncreate