Message423

Author nobody
Recipients
Date 2001-10-10.09:00:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In http://www.jython.org/docs/usejava.html is the 
following code:

>>> for i in range(5):
...     print r.nextDouble()

However with jython20 I get a syntax error trying to 
run this (the problem seems to be with the for 
statement).

I don't know whether this is a documentation error or 
a bug in jython20 (I'm a newbie to jython/python - 
hence the reason I was reading the docs.)

History
Date User Action Args
2008-02-20 17:16:54adminlinkissue469805 messages
2008-02-20 17:16:54admincreate