Message1492

Author cgroves
Recipients
Date 2007-04-25.05:30:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is failing because 0xFF and 0xF7 are both greater than 127, the largest value you can store in a byte in Java.  As such, I'm not sure this is actually a bug even though it's different than jython2.1.  I think it's better to only allow Java bytes, values from -128 to 127, rather than doing the more Pythonic thing and making bytes from 0-255 since we're converting to a Java type.  
History
Date User Action Args
2008-02-20 17:17:45adminlinkissue1662920 messages
2008-02-20 17:17:45admincreate