This is probably way more simple than you mean, but str() can turn an int
into a string and int() to go the opposite direction. Is that what you're
talking about or do you need something else?


-Walker Lindley

On 7/17/07, Dan Bishop <[EMAIL PROTECTED]> wrote:

On Jul 17, 7:40 am, mosi <[EMAIL PROTECTED]> wrote:
> Thank you,
> this is great,
> I thought that this should be standard in python 2.4 or 2.5 or in some
> standard library (math ???)
> Didn`t find anything.

The bin() function is slated to be added to the next version of
Python.

Why there isn't a general itoa() function, I don't know.

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

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

Reply via email to