From: Sandro Tosi Date: Sun, 1 Jan 2012 11:55:20 +0000 (+0100) Subject: Issue #13690: add re.DEBUG; patch by Filip GruszczyƄski X-Git-Tag: v3.2.3rc1~224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da785fd527f5627cfd8f563fa4ac2c53fd8bfada;p=thirdparty%2FPython%2Fcpython.git Issue #13690: add re.DEBUG; patch by Filip GruszczyƄski --- diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 0c2c4fa1c45b..b196a28f9d76 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