STINNER Victor <victor.stin...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14045>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to