=============== ==
C:\Documents and Settings\ŠÕÀ³\M y
Documents\Scrip ts\octopus_eye\ 1\oct_eye_db.py :
213: FutureWarning: hex()/oct() of negative int will return a signed
string in P
ython 2.4 and up
if hex(binascii.cr c32(data))[0] == '-':
=============== ==
hex() will return numbers like -0xa1?
C:\Documents and Settings\ŠÕÀ³\M y
Documents\Scrip ts\octopus_eye\ 1\oct_eye_db.py :
213: FutureWarning: hex()/oct() of negative int will return a signed
string in P
ython 2.4 and up
if hex(binascii.cr c32(data))[0] == '-':
=============== ==
hex() will return numbers like -0xa1?
Comment