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

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


http://hg.python.org/cpython/rev/9aebb4d07ddf
changeset:   74221:9aebb4d07ddf
branch:      2.7
parent:      74216:5024cf122795
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Jan 01 12:52:24 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
@@ -462,6 +462,11 @@
       about compiling regular expressions.
 
 
+.. 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