Differences between revisions 2 and 3
Revision 2 as of 2008-03-11 06:47:54
Size: 487
Comment:
Revision 3 as of 2008-11-15 14:01:26
Size: 489
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
This is now implemented as [http://www.python.org/dev/peps/pep-3131/ PEP 3131]. This is now implemented as [[http://www.python.org/dev/peps/pep-3131/|PEP 3131]].

Python should support arbitrary letters in identifiers, not just ASCII letters. The implementation should allow Unicode strings as class, function, and attribute names (possibly module names); it should specify what precise characters are allowed for identifiers (following recommendations from the Unicode Consortium). It is likely to appear only in Python 3, but should be able to run on 2.x already.

This is now implemented as PEP 3131.

CodingProjectIdeas/PythonCore/UnicodeIdentifiers (last edited 2008-11-15 14:01:26 by localhost)

Unable to edit the page? See the FrontPage for instructions.