PEP 3131: Supporting Non-ASCII Identifiers

Neil Hodgson nyamatongwe+thunder at gmail.com
Mon May 14 04:03:39 EDT 2007


Martin v. Löwis:

> This PEP suggests to support non-ASCII letters (such as accented
> characters, Cyrillic, Greek, Kanji, etc.) in Python identifiers.

    I support this to ease integration with other languages and 
platforms that allow non-ASCII letters to be used in identifiers. Python 
has a strong heritage as a glue language and this has been enabled by 
adapting to the features of various environments rather than trying to 
assert a Pythonic view of how things should work.

    Neil



More information about the Python-list mailing list