diff options
Diffstat (limited to 'Lib/pre.py')
-rw-r--r-- | Lib/pre.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -87,7 +87,9 @@ This module also defines an exception 'error'. import sys from pcre import * -__all__ = ["match","search","sub","subn","split","findall","escape","compile"] +__all__ = ["match","search","sub","subn","split","findall","escape","compile", + "I","L","M","S","X","IGNORECASE","LOCALE","MULTILINE","DOTALL", + "VERBOSE","error"] # # First, the public part of the interface: |