From: Guido van Rossum Date: Sun, 28 Jul 2002 19:04:07 +0000 (+0000) Subject: Add 'engine' back. IDLE used this, others might have copied it from X-Git-Tag: v2.3c1~4840 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad9eba7a695804e7ee4e4ac6619b81a2baa15958;p=python Add 'engine' back. IDLE used this, others might have copied it from there. --- diff --git a/Lib/re.py b/Lib/re.py index a786593212..efc1ded108 100644 --- a/Lib/re.py +++ b/Lib/re.py @@ -16,5 +16,7 @@ # thanks /F # +engine = "sre" # Some apps might use this undocumented variable + from sre import * from sre import __all__