issue2636-13 : Code : Python (original) (raw)
lp:~pythonregexp2.7/python/issue2636-13
Created byTimeHorse on 2008-05-30 and last modifiedon 2008-09-26
Add a method to the Match object, grouptuples, which will return a list of tuples for each match group in the form (index, name, captured_text) where name will be None when the capture was done purely ordinary and captured_text can also be None if that particular group did not match.
Get this branch:
bzr branchlp:~pythonregexp2.7/python/issue2636-13
Branch merges
Related bugs
Related blueprints
Branch information
Recent revisions
39038. ByJeffrey C. "The TimeHorse" Jacobs on 2008-09-21
39037. ByJeffrey C. "The TimeHorse" Jacobs on 2008-06-18
39036. ByJeffrey C. "The TimeHorse" Jacobs on 2008-06-11
39035. ByJeffrey C. "The TimeHorse" Jacobs on 2008-06-09
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
39029. 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)