summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/re.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst
index 7232cde..d3d97c0 100644
--- a/Doc/library/re.rst
+++ b/Doc/library/re.rst
@@ -498,6 +498,11 @@ form.
isn't allowed for bytes).
+.. data:: DEBUG
+
+ Display debug information about compiled expression.
+
+
.. data:: I
IGNORECASE