[Python-Dev] Re: string .join() vs. Unicode .join()

Guido van Rossum guido@python.org
Thu, 20 Sep 2001 12:48:24 -0400


> I think that this is a bug in the Unicode .join() method (the
> string .join() method can only handle strings and Unicode
> objects). Should I change the Unicode .join() method to match
> the semantics of string.join() ?!

Yes please.

--Guido van Rossum (home page: http://www.python.org/~guido/)