summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-01-01 11:56:04 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2012-01-01 11:56:04 (GMT)
commit245537a84d8474d64c7613c4f11649e43159d0e3 (patch)
treeb392c3e33332ca49d4e3a748a830009385254434 /Doc/library/re.rst
parentbc25dcf3f36b441e7708b1a62092d507ccebc8f7 (diff)
parentda785fd527f5627cfd8f563fa4ac2c53fd8bfada (diff)
downloadcpython-245537a84d8474d64c7613c4f11649e43159d0e3.zip
cpython-245537a84d8474d64c7613c4f11649e43159d0e3.tar.gz
cpython-245537a84d8474d64c7613c4f11649e43159d0e3.tar.bz2
merge with 3.2
Diffstat (limited to 'Doc/library/re.rst')
-rw-r--r--Doc/library/re.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst
index 7232cde..d3d97c0 100644
--- a/Doc/library/re.rst
+++ b/Doc/library/re.rst
@@ -498,6 +498,11 @@ form.
isn't allowed for bytes).
+.. data:: DEBUG
+
+ Display debug information about compiled expression.
+
+
.. data:: I
IGNORECASE