Matthew Barnett added the comment:

For reference, the regex module normally considers the line ending to be '\n', 
but it has a WORD flag ('(?w)') that turns on the Unicode definition of a 
'word' character as well as Unicode line separator.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22491>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to