From 8c7433580788fa8421f30c3248605156cc657f0c Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 1 Aug 2000 20:28:33 +0000 Subject: [PATCH] Replace the jitterbug page with the SF Bug Tracker page. --- Lib/re.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lib/re.py b/Lib/re.py index b0a9f93cbfa..6df46958664 100644 --- a/Lib/re.py +++ b/Lib/re.py @@ -8,7 +8,7 @@ # report what went wrong. You can either use the following web # page: # -# http://www.python.org/search/search_bugs.html +# http://sourceforge.net/bugs/?group_id=5470 # # or send a mail to SRE's author: # @@ -20,8 +20,8 @@ # thanks /F # -engine = "sre" -# engine = "pre" +# engine = "sre" +engine = "pre" if engine == "sre": # New unicode-aware engine