Message5071

Author coleb
Recipients coleb
Date 2009-08-26.22:53:29
SpamBayes Score 0.00046917243
Marked as misclassified No
Message-id <1251327210.05.0.756294729593.issue1449@psf.upfronthosting.co.za>
In-reply-to
Content
Ellipsis should be treated as positive infinity when comparing to
floating point numbers. 

coleb@vader~/debug/wrappers/java$ python 
Python 2.5.1 (r251:54863, May 14 2009, 15:33:54) 
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 1.0 <= Ellipsis
True
>>> 
coleb@vader~/debug/wrappers/java$ jython
Jython 2.5.0 (Release_2_5_0:6476, Jun 16 2009, 13:33:26) 
[OpenJDK 64-Bit Server VM (Sun Microsystems Inc.)] on java1.6.0_0
Type "help", "copyright", "credits" or "license" for more information.
>>> 1.0 <= Ellipsis
False
History
Date User Action Args
2009-08-26 22:53:30colebsetrecipients: + coleb
2009-08-26 22:53:30colebsetmessageid: <1251327210.05.0.756294729593.issue1449@psf.upfronthosting.co.za>
2009-08-26 22:53:29coleblinkissue1449 messages
2009-08-26 22:53:29colebcreate