On Dec 12, 2008, at 4:48 AM, [email protected] wrote:

int('\xf0',16) doesn't work, any way to do that?
--
http://mail.python.org/mailman/listinfo/python-list
        Should be int('10',16)
or int('0x10',16)
------------------------------------------------------
"Home is not where you are born, but where your heart finds peace" -
Tommy Nordgren, "The dying old crone"
[email protected]


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to