diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2012-01-01 11:56:04 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2012-01-01 11:56:04 (GMT) |
commit | 245537a84d8474d64c7613c4f11649e43159d0e3 (patch) | |
tree | b392c3e33332ca49d4e3a748a830009385254434 /Doc/library/re.rst | |
parent | bc25dcf3f36b441e7708b1a62092d507ccebc8f7 (diff) | |
parent | da785fd527f5627cfd8f563fa4ac2c53fd8bfada (diff) | |
download | cpython-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.rst | 5 |
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 |