commit | c4d6c4d950b955489bbf556c17e30178cafa20a9 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 14 21:23:07 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 14 21:23:07 1997 +0000 |
tree | adbc77db8fbe4f8da603c73808e6c167956fb6e9 | |
parent | f1c018de8771542b74cd7f95cdc01977182c7f51 [diff] [blame] |
OK, reop is safe again.
diff --git a/Lib/re.py b/Lib/re.py index 5c8827a..d1df766 100644 --- a/Lib/re.py +++ b/Lib/re.py
@@ -1504,5 +1504,5 @@ # Replace expand_escape and _expand functions with their C equivalents. # If you suspect bugs in the C versions, comment out the next two lines -##expand_escape = reop.expand_escape -##_expand = reop._expand +expand_escape = reop.expand_escape +_expand = reop._expand