My fix to the URL accidentally also switched back to the "pre" module.

Undo that!
This commit is contained in:
Guido van Rossum 2000-08-01 21:22:16 +00:00
parent 2f2c67d7e5
commit fb06539e99

View file

@ -20,8 +20,8 @@
# thanks /F # thanks /F
# #
# engine = "sre" engine = "sre"
engine = "pre" # engine = "pre"
if engine == "sre": if engine == "sre":
# New unicode-aware engine # New unicode-aware engine