diff options
author | Guido van Rossum <guido@python.org> | 2002-07-28 19:04:07 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-07-28 19:04:07 +0000 |
commit | ad9eba7a695804e7ee4e4ac6619b81a2baa15958 (patch) | |
tree | 081a860d61784713c4d7bd8cfebdcbbe5dae5d97 /Lib | |
parent | 301b1cd1072423a2b424fff9307e94e75aeb82a8 (diff) | |
download | cpython-git-ad9eba7a695804e7ee4e4ac6619b81a2baa15958.tar.gz |
Add 'engine' back. IDLE used this, others might have copied it from
there.
Diffstat (limited to 'Lib')
-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__ |