From da785fd527f5627cfd8f563fa4ac2c53fd8bfada Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sun, 1 Jan 2012 12:55:20 +0100 Subject: =?UTF-8?q?Issue=20#13690:=20add=20re.DEBUG;=20patch=20by=20Filip?= =?UTF-8?q?=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 0c2c4fa..b196a28 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 -- cgit v0.12