Message780

Author bckfnn
Recipients
Date 2002-10-30.13:42:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Jython 2.1+ on java1.4.0 (JIT: null)
Type "copyright", "credits" or "license" for more
information.
>>> "0"*-1
Traceback (innermost last):
  File "<console>", line 1, in ?
java.lang.NegativeArraySizeException
        at
org.python.core.PyString.repeat(PyString.java:708)
        at
org.python.core.PyInteger.__mul__(PyInteger.java:122)
        at
org.python.core.PyInteger.__rmul__(PyInteger.java:140)
History
Date User Action Args
2008-02-20 17:17:11adminlinkissue631035 messages
2008-02-20 17:17:11admincreate