[Python-Dev] Re: [Python-checkins] python/dist/src/Lib types.py,1.26,1.27

Guido van Rossum guido@python.org
Thu, 23 May 2002 16:15:27 -0400


> > - Add a 'string' built-in type that's the common base class for str
> >   and unicode.
> 
> This class would have to be an abstract type. strings and unicode
> are too different in their internals to work together from a
> common base.

Of course.  I never intended otherwise.  I'll add it today.

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