From: Sandro Tosi Date: Sun, 1 Jan 2012 11:52:24 +0000 (+0100) Subject: Issue #13690: add re.DEBUG; patch by Filip GruszczyƄski X-Git-Tag: v2.7.3rc1~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e827c13566358136ab078475809404822aa76cb4;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 307bc7e188b0..fb497f28d466 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