Nick Craig-Wood wrote:
Nick Vargish <[EMAIL PROTECTED]> wrote:

Why not have another method to do this?  I propose joinany which will
join any type of object together, not just strings

>>> l = [1,2,3,'four'] >>> ','.join(map(str, l)) '1,2,3,four'

Is this really that hard to do, that you want it in the library?

--

hilsen/regards Max M, Denmark

http://www.mxm.dk/
IT's Mad Science
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to