]> granicus.if.org Git - python/commitdiff
Issue #13690: add re.DEBUG; patch by Filip GruszczyƄski
authorSandro Tosi <sandro.tosi@gmail.com>
Sun, 1 Jan 2012 11:55:20 +0000 (12:55 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Sun, 1 Jan 2012 11:55:20 +0000 (12:55 +0100)
Doc/library/re.rst

index 0c2c4fa1c45b0a1312eeb5d8aa90b67f432ea836..b196a28f9d76104e4a1d1b72e3f3576ed70629b4 100644 (file)
@@ -498,6 +498,11 @@ form.
    isn't allowed for bytes).
 
 
+.. data:: DEBUG
+
+   Display debug information about compiled expression.
+
+
 .. data:: I
           IGNORECASE