classification
Title: SRE: (?-flag) is not supported.
Type: feature request Stage:
Components: Regular Expressions Versions: Python 2.7
process
Status: open Resolution:
Dependencies: Major reworking of Python 2.5.2 re module
View: 3825
Superseder:
Assigned To: effbot Nosy List: belopolsky, effbot, mrabarnett, timehorse (4)
Priority: low Keywords

Created on 2001-06-14 08:27 by effbot, last changed 2009-02-12 19:36 by ajaksu2.

Messages (3)
msg53161 - (view) Author: Fredrik Lundh (effbot) Date: 2001-06-14 08:27
from the jeffrey friedl report:

(?-i) is not supported. It'd be nice to have
msg63645 - (view) Author: Alexander Belopolsky (belopolsky) Date: 2008-03-17 14:12
This depends on issue433024 (SRE: (?flag) isn't properly scoped.)
msg73686 - (view) Author: Matthew Barnett (mrabarnett) Date: 2008-09-24 00:39
Implemented in #3825.
History
Date User Action Args
2009-02-12 19:36:06ajaksu2setdependencies: + Major reworking of Python 2.5.2 re module
versions: + Python 2.7
2008-09-24 11:28:42timehorsesetnosy: + timehorse
2008-09-24 00:39:02mrabarnettsetnosy: + mrabarnett
messages: + msg73686
2008-03-17 14:12:20belopolskysetnosy: + belopolsky
messages: + msg63645
2001-06-14 08:27:14effbotcreate