Message5847

Author babelmania
Recipients akong, babelmania
Date 2010-06-28.06:51:52
SpamBayes Score 0.0003696208
Marked as misclassified No
Message-id <1277707912.92.0.544562393144.issue1622@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) 64-Bit Server VM (Apple Inc.)] on java1.6.0_20
Type "help", "copyright", "credits" or "license" for more information.
>>> from jarray import array
>>> from issue1622 import MyJava21
>>> x=array([1,1],'i')
>>> y=MyJava21()
>>> x+y
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: can only append another array to an array
>>> y+x
this + array('i', [1, 1])
issue1622.MyJava21@6d56d7c8
History
Date User Action Args
2010-06-28 06:51:52babelmaniasetmessageid: <1277707912.92.0.544562393144.issue1622@psf.upfronthosting.co.za>
2010-06-28 06:51:52babelmaniasetrecipients: + babelmania, akong
2010-06-28 06:51:52babelmanialinkissue1622 messages
2010-06-28 06:51:52babelmaniacreate