Message4439

Author cassiel
Recipients cassiel
Date 2009-04-04.20:30:06
SpamBayes Score 2.263363e-08
Marked as misclassified No
Message-id <1238877007.63.0.969912764135.issue1303@psf.upfronthosting.co.za>
In-reply-to
Content
>>> from java.lang import Integer
>>> Integer.toString(0xFFFFFFFF)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
        at
org.python.core.PyReflectedFunction.throwBadArgError(PyReflectedFunction.java:279)
        at
org.python.core.PyReflectedFunction.throwError(PyReflectedFunction.java:300)

java.lang.ArrayIndexOutOfBoundsException:
java.lang.ArrayIndexOutOfBoundsException: 0
History
Date User Action Args
2009-04-04 20:30:07cassielsetmessageid: <1238877007.63.0.969912764135.issue1303@psf.upfronthosting.co.za>
2009-04-04 20:30:07cassielsetrecipients: + cassiel
2009-04-04 20:30:07cassiellinkissue1303 messages
2009-04-04 20:30:06cassielcreate