string goes away

Dan Bishop danb_83 at yahoo.com
Sun Apr 3 18:58:05 EDT 2005


John J. Lee wrote:
> Duncan Booth <duncan.booth at invalid.invalid> writes:
> [...]
> >    str.join(sep, list_of_str)
> [...]
>
> Doesn't work with unicode, IIRC.

>>> u" ".join(["What's", "the", "problem?"])
u"What's the problem?"




More information about the Python-list mailing list