Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c74335

Browse files
committed
Replace the jitterbug page with the SF Bug Tracker page.
1 parent 367e46a commit 8c74335

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lib/re.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# report what went wrong. You can either use the following web
99
# page:
1010
#
11-
# http://www.python.org/search/search_bugs.html
11+
# http://sourceforge.net/bugs/?group_id=5470
1212
#
1313
# or send a mail to SRE's author:
1414
#
@@ -20,8 +20,8 @@
2020
# thanks /F
2121
#
2222

23-
engine = "sre"
24-
# engine = "pre"
23+
# engine = "sre"
24+
engine = "pre"
2525

2626
if engine == "sre":
2727
# New unicode-aware engine

0 commit comments

Comments
 (0)