John J. Lee wrote: > Duncan Booth <[EMAIL PROTECTED]> writes: > [...] > > str.join(sep, list_of_str) > [...] > > Doesn't work with unicode, IIRC.
>>> u" ".join(["What's", "the", "problem?"]) u"What's the problem?" -- http://mail.python.org/mailman/listinfo/python-list