[issue10542] Py_UNICODE_NEXT and other macros for surrogates

STINNER Victor report at bugs.python.org
Wed Dec 29 21:36:28 CET 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Le mercredi 29 décembre 2010 à 19:26 +0000, Alexander Belopolsky a
écrit :
> Would it look as exotic if presented like this?
> 
>   File "<stdin>", line 1
>     𐌀 = 5
>        ^
> SyntaxError: invalid character in identifier
> (works on a wide build)

Use non-ASCII identifiers is exotic. Use non-BMP identifiers is
crazy :-) Seriously, it can wait 3.3.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10542>
_______________________________________


More information about the Python-bugs-list mailing list