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

M.-A. Lemburg mal@lemburg.com
Thu, 20 Sep 2001 19:01:37 +0200


Guido van Rossum wrote:
> 
> > 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.

Ok. I'll fix within the next hour. Sorry for the checkin mixup.

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Consulting & Company:                           http://www.egenix.com/
Python Software:                        http://www.lemburg.com/python/