Message1941

Author rajesh_battala
Recipients
Date 2007-09-28.04:39:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
hi Weatherman..
i ve  lookeda at your comment.
but looks its working fine .. try with the new build. it will work.

Jython 2.3a0 on java1.5.0
Type "copyright", "credits" or "license" for more information.
>>> "0"*(-1)
''
>>> [0]*(-1)
[]
>>> (0,)*(-1)
()
>>>
History
Date User Action Args
2008-02-20 17:18:03adminlinkissue1802626 messages
2008-02-20 17:18:03admincreate