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
1 changed files with 2 additions and 2 deletions

View File

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