]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
-- SRE 0.9.6 sync. this includes:
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 23 Jul 2000 21:46:17 +0000 (21:46 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 23 Jul 2000 21:46:17 +0000 (21:46 +0000)
commit8a3ebf8ca87a7d2989148d7c218974ab4235ca5d
tree1694bf24acdb9defbf770ad34e1181b84bf17428
parent4f1b2081e9dde910048ef679f5afe252023a4031
-- SRE 0.9.6 sync.  this includes:

 + added "regs" attribute
 + fixed "pos" and "endpos" attributes
 + reset "lastindex" and "lastgroup" in scanner methods
 + removed (?P#id) syntax; the "lastindex" and "lastgroup"
   attributes are now always set
 + removed string module dependencies in sre_parse
 + better debugging support in sre_parse
 + various tweaks to build under 1.5.2
Lib/sre.py
Lib/sre_compile.py
Lib/sre_constants.py
Lib/sre_parse.py
Lib/test/output/test_sre
Modules/_sre.c
Modules/sre.h