issue2636-19 : Code : Python (original) (raw)

lp:~pythonregexp2.7/python/issue2636-19

Created byTimeHorse on 2008-09-24 and last modifiedon 2008-09-24

This thread proposes to make In-Line Regular Expression flags operate on the given expression beginning from the time they first occur in an Expression. In other words, 'A(?i)a' would match the string 'AA' but not 'aa' because the first 'A' is case-sensitive, but the second 'a' occurs after the Case-Insensitive flag, so it is considered a case-insensitive match. This item is based on the work from Issues 3835 and 433024.

Get this branch:

bzr branchlp:~pythonregexp2.7/python/issue2636-19

Branch merges

Branch information

Recent revisions

39039. ByJeffrey C. "The TimeHorse" Jacobs on 2008-09-21

39038. ByJeffrey C. "The TimeHorse" Jacobs on 2008-06-18

39037. ByJeffrey C. "The TimeHorse" Jacobs on 2008-06-11

39036. ByJeffrey C. "The TimeHorse" Jacobs on 2008-06-09

39035. ByJeffrey C. "The TimeHorse" Jacobs on 2008-06-03

39034. ByJeffrey C. "The TimeHorse" Jacobs on 2008-05-30

39033. ByJeffrey C. "The TimeHorse" Jacobs on 2008-05-29

39032. ByJeffrey C. "The TimeHorse" Jacobs on 2008-05-29

39031. ByJeffrey C. "The TimeHorse" Jacobs on 2008-05-24

39030. ByJeffrey C. "The TimeHorse" Jacobs on 2008-05-22

Branch metadata

Branch format:

Branch format 6

Repository format:

Bazaar pack repository format 1 with rich root (needs bzr 1.0)