[Python-Dev] (no subject)

Patrick Stinson listuser at br.logorrhea.com
Wed Jun 16 17:13:34 EDT 2004


if you had a hex string like 
'0x7c'
how would you convert it to an int?

int(0x7c) works, but not int('0x7c')



More information about the Python-Dev mailing list