From e827c13566358136ab078475809404822aa76cb4 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sun, 1 Jan 2012 12:52:24 +0100 Subject: [PATCH] =?UTF-8?q?Issue=20#13690:=20add=20re.DEBUG;=20patch=20by?= =?UTF-8?q?=20Filip=20Gruszczy=C5=84ski?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/library/re.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 307bc7e188b..fb497f28d46 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -462,6 +462,11 @@ form. about compiling regular expressions. +.. data:: DEBUG + + Display debug information about compiled expression. + + .. data:: I IGNORECASE