Message5977

Author brice.fernandes
Recipients brice.fernandes
Date 2010-08-17.10:01:51
SpamBayes Score 1.1512314e-07
Marked as misclassified No
Message-id <1282039313.0.0.568503299048.issue1644@psf.upfronthosting.co.za>
In-reply-to
Content
When using the __str__() method of a java array, the string returned is not evaluable. ie:

arr.__str__() = "array(java.lang.String, [u'hello'])"

but the the array() function actually takes the arguments the other way around: array([u'hello'], java.lang.String)

This means that the __str__() cant be evaled.
History
Date User Action Args
2010-08-17 10:01:53brice.fernandessetrecipients: + brice.fernandes
2010-08-17 10:01:53brice.fernandessetmessageid: <1282039313.0.0.568503299048.issue1644@psf.upfronthosting.co.za>
2010-08-17 10:01:52brice.fernandeslinkissue1644 messages
2010-08-17 10:01:51brice.fernandescreate