- fixed default value handling in group/groupdict

- added test suite
This commit is contained in:
Fredrik Lundh 2000-06-30 07:08:20 +00:00
parent 47c60ec9a0
commit df02d0b3f0
4 changed files with 423 additions and 19 deletions

View file

@ -20,7 +20,7 @@ M = MULTILINE = sre_compile.SRE_FLAG_MULTILINE
S = DOTALL = sre_compile.SRE_FLAG_DOTALL
X = VERBOSE = sre_compile.SRE_FLAG_VERBOSE
# sre extensions (may or may not be in 1.6 final)
# sre extensions (may or may not be in 2.0 final)
T = TEMPLATE = sre_compile.SRE_FLAG_TEMPLATE
U = UNICODE = sre_compile.SRE_FLAG_UNICODE