Message10170

Author kaneg
Recipients alex.gronholm, kaneg
Date 2015-08-01.02:17:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438395461.25.0.232258405056.issue2382@psf.upfronthosting.co.za>
In-reply-to
Content
We have lots of code to calling methods of BigInteger, such as toByteArray(), abs() and etc. You can see my example, BigInteger.valueOf(1).abs() will fail in Jython 2.7. In Jython 2.5 it works well. I believe, Jython should be compatible with Java as its basic principle.
History
Date User Action Args
2015-08-01 02:17:41kanegsetmessageid: <1438395461.25.0.232258405056.issue2382@psf.upfronthosting.co.za>
2015-08-01 02:17:41kanegsetrecipients: + kaneg, alex.gronholm
2015-08-01 02:17:41kaneglinkissue2382 messages
2015-08-01 02:17:40kanegcreate