[issue433029] SRE: posix classes aren't supported

Fredrik Lundh report at bugs.python.org
Sat Sep 27 16:45:47 CEST 2008


Fredrik Lundh <effbot at users.sourceforge.net> added the comment:

Yes, this refers to the POSIX character classes as described here:

http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html

(Ideally, there should be an (internal) API that lets you register class 
definitions from the Python level.)

Support for Unicode properties could perhaps be addressed at the same 
time:

http://unicode.org/unicode/reports/tr18/#Basic_Unicode_Support

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue433029>
_______________________________________


More information about the Python-bugs-list mailing list