Fredrik Lundh wrote:

I've proposed adding a "join" built-in that knows about the available string 
types,
and does the right thing for non-string objects.

That would be *so* useful. I frequently have to use the

"".join(map(str, mylist))

idiom, which is a wart.
--
Michael Hoffman
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to