diff options
author | Guido van Rossum <guido@python.org> | 2000-08-01 20:28:33 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-08-01 20:28:33 (GMT) |
commit | 8c7433580788fa8421f30c3248605156cc657f0c (patch) | |
tree | 34ad0bc34b19722d354aa098b7d8f75a1b13b7a4 /Lib | |
parent | 367e46a9432c2dd0c11e74526fd26b10ef57dad7 (diff) | |
download | cpython-8c7433580788fa8421f30c3248605156cc657f0c.zip cpython-8c7433580788fa8421f30c3248605156cc657f0c.tar.gz cpython-8c7433580788fa8421f30c3248605156cc657f0c.tar.bz2 |
Replace the jitterbug page with the SF Bug Tracker page.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/re.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |