Message8349

Author jeff.allen
Recipients JonathanFeinberg, jeff.allen
Date 2014-05-09.17:05:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399655107.31.0.871288885198.issue2138@psf.upfronthosting.co.za>
In-reply-to
Content
0xff0000ff *is* a long. Are you perhaps comparing with Python 3?

>python
Python 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> 0xff0000ff
4278190335L
>>> hex(0xff0000ff)
'0xff0000ffL'
>>> format(0xff0000ff, "#x")
'0xff0000ff'
>>>
History
Date User Action Args
2014-05-09 17:05:07jeff.allensetmessageid: <1399655107.31.0.871288885198.issue2138@psf.upfronthosting.co.za>
2014-05-09 17:05:07jeff.allensetrecipients: + jeff.allen, JonathanFeinberg
2014-05-09 17:05:07jeff.allenlinkissue2138 messages
2014-05-09 17:05:06jeff.allencreate