[issue1528154] New sequences for Unicode groups and block ranges needed

Matthew Barnett report at bugs.python.org
Fri Feb 26 00:49:49 CET 2010


Matthew Barnett <python at 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 <report at bugs.python.org>
<http://bugs.python.org/issue1528154>
_______________________________________


More information about the Python-bugs-list mailing list