=================
C:\Documents and Settings\┼уюЁ\My Documents\Scripts\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.crc32(data))[0] == '-':
=================
hex() will return numbers like -0xa1?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to