Ezio Melotti <ezio.melo...@gmail.com> added the comment:

A workaround could be using [^\W\d], but this includes some extra chars in the 
categories Pc, Nl, and No that maybe you don't want. Generate a list of chars 
in these 3 categories and add them in the regex should be cheaper though.
Since this is not a bug of Python I'll close this issue.

----------
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed

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

Reply via email to