mirror of https://github.com/python/cpython
Issue #13690: add re.DEBUG; patch by Filip Gruszczyński
This commit is contained in:
parent
24b03477f5
commit
e827c13566
|
@ -462,6 +462,11 @@ form.
|
|||
about compiling regular expressions.
|
||||
|
||||
|
||||
.. data:: DEBUG
|
||||
|
||||
Display debug information about compiled expression.
|
||||
|
||||
|
||||
.. data:: I
|
||||
IGNORECASE
|
||||
|
||||
|
|
Loading…
Reference in New Issue