mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
My fix to the URL accidentally also switched back to the "pre" module.
Undo that!
This commit is contained in:
parent
2f2c67d7e5
commit
fb06539e99
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
|||
# thanks /F
|
||||
#
|
||||
|
||||
# engine = "sre"
|
||||
engine = "pre"
|
||||
engine = "sre"
|
||||
# engine = "pre"
|
||||
|
||||
if engine == "sre":
|
||||
# New unicode-aware engine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue