[issue1693050] \w not helpful for non-Roman scripts

Matthew Barnett report at bugs.python.org
Tue May 28 18:51:51 CEST 2013


Matthew Barnett added the comment:

I'm not sure what you're saying.

The re module in Python 3.3 matches only the first codepoint, treating the second codepoint as not part of a word, whereas the regex module matches all 6 codepoints, treating them all as part of a single word.

----------

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


More information about the Python-bugs-list mailing list