Message8348

Author JonathanFeinberg
Recipients JonathanFeinberg
Date 2014-05-09.13:19:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399641594.82.0.25530996924.issue2138@psf.upfronthosting.co.za>
In-reply-to
Content
In CPython:

hex(0xFF0000FF) -> 0xff0000ff

In Jython:

hex(0xFF0000FF) -> 0xff0000ffL

It may be that ints are inappropriately promoted to longs.
History
Date User Action Args
2014-05-09 13:19:54JonathanFeinbergsetrecipients: + JonathanFeinberg
2014-05-09 13:19:54JonathanFeinbergsetmessageid: <1399641594.82.0.25530996924.issue2138@psf.upfronthosting.co.za>
2014-05-09 13:19:54JonathanFeinberglinkissue2138 messages
2014-05-09 13:19:53JonathanFeinbergcreate