Matthew Barnett <pyt...@mrabarnett.plus.com> added the comment:

\p{name} is supported for Unicode properties, scripts and blocks in my regex 
module (see issue #2636).

It also supports the POSIX set syntax, although I'm not sure that we really 
need to have 2 ways of doing it, eg \p{Alpha} and [[:Alpha:]].

----------

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

Reply via email to