diff options
-rw-r--r-- | Lib/re.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,5 +16,7 @@ # thanks /F # +engine = "sre" # Some apps might use this undocumented variable + from sre import * from sre import __all__ |
![]() |
index : delta/cpython-git.git | |
github.com: python/cpython.git |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Lib/re.py | 2 |
@@ -16,5 +16,7 @@ # thanks /F # +engine = "sre" # Some apps might use this undocumented variable + from sre import * from sre import __all__ |