[Zope-Coders] unicode question

Guido van Rossum guido@python.org
Fri, 05 Oct 2001 11:21:12 -0400


> Do you think that the string types will eventually be unified, or will
> there always be two (or more?!) distinct concrete string types?

It's already an implementation detail: in Jython, str and unicode are
the same.  I'm not sure what we'll have in Python 3.0.

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