Message921

Author nobody
Recipients
Date 2004-08-08.18:39:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I have a Python program that makes use of the assert()
function.  The current Jython translates this to
Py.assert(),
and the Java chokes on it!

I have tried jdk 1.4 and 1.5, with -source 1.3, -source 1.4
and none of them work!

John
History
Date User Action Args
2008-02-20 17:17:19adminlinkissue1005593 messages
2008-02-20 17:17:19admincreate