> > - 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/)