Python - Next Release Questions

Will Ware wware at world.std.com
Tue Mar 28 08:35:01 EST 2000


Moshe Zadka (moshez at math.huji.ac.il) wrote:
> -- Python now supports unicode. Unicode strings are marked with
>    u"string".
> -- Strings (both unicode and regular) have methods

It sounds like there will be two distinct kinds of strings, Unicode
and ASCII. Do the memory savings available from keeping 8-bit ASCII
around justify the potential confusion? It seems like a messy thing,
and there are so few messy things in Python now.
-- 
 - - - - - - - - - - - - - - - - - - - - - - - -
Resistance is futile. Capacitance is efficacious.
Will Ware	email:    wware @ world.std.com



More information about the Python-list mailing list