commit | da785fd527f5627cfd8f563fa4ac2c53fd8bfada | [log] [tgz] |
---|---|---|
author | Sandro Tosi <sandro.tosi@gmail.com> | Sun Jan 01 12:55:20 2012 +0100 |
committer | Sandro Tosi <sandro.tosi@gmail.com> | Sun Jan 01 12:55:20 2012 +0100 |
tree | 25d0692d0b301fcbda3c29f58df48cf26d517ae4 | |
parent | b2794c842f0e35af22387cfc74173d4ac22681b4 [diff] |
Issue #13690: add re.DEBUG; patch by Filip GruszczyĆski
diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 0c2c4fa..b196a28 100644 --- 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