FutureWarning

Egor Bolonev ebolonev at mail.ru
Fri Dec 24 08:38:36 EST 2004


=================
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?



More information about the Python-list mailing list