• Fredrik Lundh's avatar
    SRE fixes for 2.1 alpha: · 770617b2
    Fredrik Lundh yazdı
    -- added some more docstrings
    -- fixed typo in scanner class (#125531)
    -- the multiline flag (?m) should't affect the \Z operator (#127259)
    -- fixed non-greedy backtracking bug (#123769, #127259)
    -- added sre.DEBUG flag (currently dumps the parsed pattern structure)
    -- fixed a couple of glitches in groupdict (the #126587 memory leak
       had already been fixed by AMK)
    770617b2
sre_parse.py 22.5 KB