[Python-3000] Support for PEP 3131

"Martin v. Löwis" martin at v.loewis.de
Sun Jun 10 18:59:59 CEST 2007


> It does, but it also refuses the temptation to guess that *everyone*
> wants to use unicode identifiers by default.

Please call them non-ASCII identifiers. All identifiers are Unicode,
anyway, since Python 1.0 or so. They will be represented as Unicode
strings in Python 3.

Regards,
Martin



More information about the Python-3000 mailing list