Message5554

Author yanne
Recipients yanne
Date 2010-02-25.04:16:09
SpamBayes Score 1.7979778e-09
Marked as misclassified No
Message-id <1267071370.68.0.60549605008.issue1564@psf.upfronthosting.co.za>
In-reply-to
Content
Jython 2.5.1 (Release_2_5_1:6813, Sep 26 2009, 13:47:54) 
[Java HotSpot(TM) Server VM (Sun Microsystems Inc.)] on java1.6.0_15
Type "help", "copyright", "credits" or "license" for more information.
>>> from java.lang import String        
>>> String('').getClass().toString()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: toString(): expected 1 args; got 0
History
Date User Action Args
2010-02-25 04:16:10yannesetrecipients: + yanne
2010-02-25 04:16:10yannesetmessageid: <1267071370.68.0.60549605008.issue1564@psf.upfronthosting.co.za>
2010-02-25 04:16:10yannelinkissue1564 messages
2010-02-25 04:16:09yannecreate