http://hg.python.org/cpython/rev/3cc47ed7a291 changeset: 74223:3cc47ed7a291 parent: 74220:8633cf8e8b20 parent: 74222:f4a9c7cf98dd user: Sandro Tosi <sandro.tosi at gmail.com> date: Sun Jan 01 12:56:04 2012 +0100 summary: merge with 3.2 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