]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #13690: add re.DEBUG; patch by Filip GruszczyƄski
authorSandro Tosi <sandro.tosi@gmail.com>
Sun, 1 Jan 2012 11:52:24 +0000 (12:52 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Sun, 1 Jan 2012 11:52:24 +0000 (12:52 +0100)
Doc/library/re.rst

index 307bc7e188b01f56c4d1a5b5a4e23f42875b6c45..fb497f28d466091da82551c41dbf65a169835b57 100644 (file)
@@ -462,6 +462,11 @@ form.
       about compiling regular expressions.
 
 
+.. data:: DEBUG
+
+   Display debug information about compiled expression.
+
+
 .. data:: I
           IGNORECASE