March 30, 2000
11:05 p.m.
Andrew wrote:
RegexObjects: code -- a PCRE code object pattern -- the source pattern groupindex -- maps group names to group indices
pattern and groupindex are documented in the Library Reference, and they're part of the public interface.
hmm. I could have sworn... guess I didn't look carefully enough (or someone's used his time machine again :-). oh well, more bloat... btw, "pattern" doesn't make much sense in SRE -- who says the pattern object was created by re.compile? guess I'll just set it to None in other cases (e.g. sregex, sreverb, sgema...) </F>