Mike Moum wrote:

> s.atoi('4',3) should result in 11
>
> s.atoi('13',4) should result in 31
>
> s.atoi('12',4) should result in 30
>
> s.atoi('8',4) is legitimate, but it generates an error.
>
> Is this a bug, or am I missing something obvious?

the function's named "atoi", not "atoitoa".

</F> 



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

Reply via email to