[issue3297] Python interpreter uses Unicode surrogate pairs only before the pyc is created

STINNER Victor report at bugs.python.org
Sat May 22 01:54:46 CEST 2010


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

@benjamin.peterson: Do you plan to port r75928 to 2.7 and 3.1? If not, can you close this issue?

I think that this issue priority is minor because few people write directly non-BMP characters in Python files (maybe only one, Ezio Melotti :-)). u"\uxxxx", u"\Uxxxxxxxx" or unichr(xxx) can be used in Python 2.7 and 3.1 (without u prefix for 3.1).

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list