[Python-checkins] cpython (3.2): Issue #13690: add re.DEBUG; patch by Filip Gruszczyński

sandro.tosi python-checkins at python.org
Sun Jan 1 12:57:28 CET 2012


http://hg.python.org/cpython/rev/f4a9c7cf98dd
changeset:   74222:f4a9c7cf98dd
branch:      3.2
parent:      74219:420e01156272
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Jan 01 12:55:20 2012 +0100
summary:
  Issue #13690: add re.DEBUG; patch by Filip Gruszczyński

files:
  Doc/library/re.rst |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Doc/library/re.rst b/Doc/library/re.rst
--- a/Doc/library/re.rst
+++ b/Doc/library/re.rst
@@ -498,6 +498,11 @@
    isn't allowed for bytes).
 
 
+.. data:: DEBUG
+
+   Display debug information about compiled expression.
+
+
 .. data:: I
           IGNORECASE
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list