summaryrefslogtreecommitdiffstats
path: root/Lib/re.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-08-01 21:22:16 (GMT)
committerGuido van Rossum <guido@python.org>2000-08-01 21:22:16 (GMT)
commitfb06539e999271ea9b07b754d461f2172d65978b (patch)
treeee2ee7daf3eb87863c27031311ff8e6844952ccf /Lib/re.py
parent2f2c67d7e5934bdf96835f3c4774388b3e654314 (diff)
downloadcpython-fb06539e999271ea9b07b754d461f2172d65978b.zip
cpython-fb06539e999271ea9b07b754d461f2172d65978b.tar.gz
cpython-fb06539e999271ea9b07b754d461f2172d65978b.tar.bz2
My fix to the URL accidentally also switched back to the "pre" module.
Undo that!
Diffstat (limited to 'Lib/re.py')
-rw-r--r--Lib/re.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/re.py b/Lib/re.py
index 6df4695..6d75bb9 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