From: Guido van Rossum Date: Tue, 1 Aug 2000 21:22:16 +0000 (+0000) Subject: My fix to the URL accidentally also switched back to the "pre" module. X-Git-Tag: v2.0b1~637 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb06539e999271ea9b07b754d461f2172d65978b;p=thirdparty%2FPython%2Fcpython.git My fix to the URL accidentally also switched back to the "pre" module. Undo that! --- diff --git a/Lib/re.py b/Lib/re.py index 6df469586645..6d75bb9c4378 100644 --- a/Lib/re.py +++ b/Lib/re.py @@ -20,8 +20,8 @@ # thanks /F # -# engine = "sre" -engine = "pre" +engine = "sre" +# engine = "pre" if engine == "sre": # New unicode-aware engine