[Python-3000] PEP: Supporting Non-ASCII Identifiers (original) (raw)

Baptiste Carvello baptiste13 at altern.org
Fri May 4 22:47:07 CEST 2007


Martin v. Löwis a écrit :

PEP: 31xx Title: Supporting Non-ASCII Identifiers Version: RevisionRevisionRevision Last-Modified: DateDateDate Author: Martin v. Löwis <martin at v.loewis.de> Status: Draft Type: Standards Track Content-Type: text/x-rst Created: 1-May-2007 Python-Version: 3.0 Post-History:

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

If this is to ever happen, it should be only accessible through a command-line option to python. That way we make sure people are aware that they are making their code incompatible with the larger world.

Cheers, Baptiste



More information about the Python-3000 mailing list