[issue6567] Make inf be almost equal to inf

2009-09-13 Thread Michael Foord
Michael Foord added the comment: Committed revision 74780. -- resolution: wont fix -> accepted status: open -> closed ___ Python tracker ___ _

[issue6567] Make inf be almost equal to inf

2009-07-26 Thread Mark Dickinson
Mark Dickinson added the comment: Sounds good to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue6567] Make inf be almost equal to inf

2009-07-25 Thread Michael Foord
Michael Foord added the comment: All I'm proposing to do is add a short circuit equality test to assertAlmostEquals. -- ___ Python tracker ___ ___

[issue6567] Make inf be almost equal to inf

2009-07-25 Thread Mark Dickinson
Mark Dickinson added the comment: [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

[issue6567] Make inf be almost equal to inf

2009-07-25 Thread Gregory P. Smith
Gregory P. Smith added the comment: good catch. thanks! -- nosy: +gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing

[issue6567] Make inf be almost equal to inf

2009-07-25 Thread Michael Foord
Michael Foord added the comment: Hmm... I guess equality does imply almost-equals. I'll make and document the change that objects that compare equal will also compare almost equal. -- ___ Python tracker ___

[issue6567] Make inf be almost equal to inf

2009-07-25 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +marketdickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue6567] Make inf be almost equal to inf

2009-07-25 Thread Lucas Prado Melo
Lucas Prado Melo added the comment: I would like to ask as a feature request that "inf" be almost equal to "inf". I wrote a program with a timeline class that had a method to tell the time of the last event registered into it such that some events would be positioned at the infinite when they wo