Message91

Author bckfnn
Recipients
Date 2000-11-18.19:14:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
JPython 1.1beta4 on java1.1.6 (JIT: sunwjit)
Copyright (C) 1997-1999 Corporation for National Research Initiatives
>>> for i in range(10):
...     print '.',
... 
. . . . . . . . . . >>> 


Seems to me this should print the following:
..........


History
Date User Action Args
2008-02-20 17:16:40adminlinkissue222823 messages
2008-02-20 17:16:40admincreate