[issue14045] In regex pattern long unicode character isn't recognized by repetition characters +, * and {}

STINNER Victor report at bugs.python.org
Sat Feb 18 04:26:19 CET 2012


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

The re module doesn't support non-BMP characters in Python 3.2 compiled in narrow mode (sys.maxunicode==65535). This issue is already fixed in Python 3.3 which doesn't have narrow or wide mode anymore thanks to the PEP 393!

----------
nosy: +haypo, loewis

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


More information about the Python-bugs-list mailing list