> Guido van Rossum wrote:
>> I don't know exactly what that option does; it won't be possible to
>> disable unicode in 3.0, but I fully plan to continue supporting both
>> 2-byte and 4-byte storage.
> 
> Does this still include the possibility of switching between 1-, 2- and
> 4-byte storage internally? I think you mentioned this in your Google
> talk and I thought it was a very good compromise - and much better
> than a compile-time switch.

In the current py3k-struni branch, it's still a compile time option.
I doubt that will change unless somebody contributes code to make it
change. The current compile-time option is between 2-byte and 4-byte
representation; 1-byte representation is not supported.

Regards,
Martin
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to