diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 0c2c4fa1c45..b196a28f9d7 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