Message924

Author fwierzbicki
Recipients
Date 2005-04-02.01:41:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=193969

This is fixed in the tip by changing assert to assert_ in
Py.java.  The assert keyword works on tip:

Jython 2.2a1 on java1.4.2_05 (JIT: null)
Type "copyright", "credits" or "license" for more information.
>>> assert True
>>> assert False
Traceback (innermost last):
  File "<console>", line 1, in ?
AssertionError: 
>>> 

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