Peng Yu wrote:
> It seems that int() does not convert '1e7'.
It seems it does, though:

>>> int('1e7', base=16)
487

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

Reply via email to