mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
- fixed default value handling in group/groupdict
- added test suite
This commit is contained in:
parent
47c60ec9a0
commit
df02d0b3f0
4 changed files with 423 additions and 19 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue