Message1758
 
            
            
            
 
   
   
 
 
  
      muhngole 2.3 $ jy2.3 
Jython 2.3a0 on java1.5.0_07
Type "copyright", "credits" or "license" for more information.
>>> complex('1' * 500)
(Infinity+0j)
>>> ^D
muhngole 2.3 $ python
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) 
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> complex('1' * 500)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: float() out of range: 111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
This causes ComplexTest.test_constructor to fail. | 
   
  
 
|
 
| Date | 
User | 
Action | 
Args | 
 
| 2008-02-20 17:17:55 | admin | link | issue1758284 messages |  
| 2008-02-20 17:17:55 | admin | create |  |  
 
 
 |