[IronPython] trivial long() bug

William Reade william at resolversystems.com
Thu Nov 6 17:58:10 CET 2008


CPy:
 >>> long('')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: invalid literal for long() with base 10: ''

IPy:
 >>> long('')
0L



More information about the Ironpython-users mailing list