Message2761

Author ukeshav
Recipients
Date 2007-07-27.08:56:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
i have done  some  changes in  __builtin__.java to make range() fucntion   acccept long numbers  but still we can support long value upto 2^63 - 1 because it is the upper limit of long.MAX_VALUE.

so now  up to 2^63-1 range() function is working fine.

Please fine the patch attached 

History
Date User Action Args
2008-02-20 17:18:44adminlinkissue1761858 messages
2008-02-20 17:18:44admincreate