]> granicus.if.org Git - python/commitdiff
Replace the jitterbug page with the SF Bug Tracker page.
authorGuido van Rossum <guido@python.org>
Tue, 1 Aug 2000 20:28:33 +0000 (20:28 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 1 Aug 2000 20:28:33 +0000 (20:28 +0000)
Lib/re.py

index b0a9f93cbfa79dbf4966bdc8577f53a0d0e3a025..6df469586645decef717b616b9bb329bfbe37a16 100644 (file)
--- 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