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

Reply via email to