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

STINNER Victor report at bugs.python.org
Tue Jun 15 00:34:01 CEST 2010


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

We are too close from the final 2.7 release, it's too late to backport. As I wrote, this feature is not important and there are many workaround, so we don't need to backport to 3.1. Close the issue: use Python 3.2 if you want a better support of unicode ;-)

----------
dependencies:  -Use Py_UCS4 instead of Py_UNICODE in unicodectype.c
resolution:  -> fixed

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


More information about the Python-bugs-list mailing list