Message5848

Author babelmania
Recipients akong, babelmania
Date 2010-06-28.06:52:35
SpamBayes Score 0.015285362
Marked as misclassified No
Message-id <1277707955.76.0.277789661695.issue1622@psf.upfronthosting.co.za>
In-reply-to
Content
Jython 2.1 on java1.6.0_20 (JIT: null)
Type "copyright", "credits" or "license" for more information.
>>> from jarray import array
from issue1622 import MyJava21
x=array([1,1],'i')
y=MyJava21()
x+y
y+x
>>> >>> >>> >>> org.python.core.PyArray@b24044e + this
issue1622.MyJava21@208cdf50
>>> this + org.python.core.PyArray@b24044e
issue1622.MyJava21@208cdf50
History
Date User Action Args
2010-06-28 06:52:35babelmaniasetmessageid: <1277707955.76.0.277789661695.issue1622@psf.upfronthosting.co.za>
2010-06-28 06:52:35babelmaniasetrecipients: + babelmania, akong
2010-06-28 06:52:35babelmanialinkissue1622 messages
2010-06-28 06:52:35babelmaniacreate