Issue 433029: SRE: posix classes aren't supported
Created on 2001-06-14 08:29 by effbot, last changed 2022-04-10 16:04 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg53163 - (view) | Author: Fredrik Lundh (effbot) * ![]() |
Date: 2001-06-14 08:29 | |
from the jeffrey friedl report: Posix class stuff aren't supported. |
|||
| msg73876 - (view) | Author: Jeffrey C. Jacobs (timehorse) | Date: 2008-09-26 18:09 | |
To clarify, you mean named character sets as found in Perl and Emacs, which are normally written, for example, like '[:ALPHANUM:]', right? We are working on that as Item 8 of Issue 2636: Regexp 2.7. If not, please clarify so I nknow what needs to be added. Thanks! |
|||
| msg73924 - (view) | Author: Fredrik Lundh (effbot) * ![]() |
Date: 2008-09-27 14:45 | |
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 |
|||
| msg114139 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2010-08-17 17:58 | |
This has not been implemented as part of the new regex module, see :- http://mail.python.org/pipermail/python-dev/2010-July/102181.html |
|||
| msg114620 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2010-08-22 00:06 | |
Implemented in #2636. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-10 16:04:07 | admin | set | github: 34626 |
| 2010-08-22 00:06:08 | georg.brandl | set | status: open -> closed nosy:
+ georg.brandl superseder: Adding a new regex module (compatible with re) |
| 2010-08-17 17:58:16 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages:
+ msg114139 |
| 2008-09-27 14:45:46 | effbot | set | messages: + msg73924 |
| 2008-09-26 18:09:33 | timehorse | set | nosy:
+ timehorse messages: + msg73876 versions: + Python 2.7 |
| 2001-06-14 08:29:22 | effbot | create | |
