commit | 257c772afa48301bc4c55b2bf5e2f5f9cec6e3c8 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 14 19:33:06 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 14 19:33:06 1997 +0000 |
tree | df54ff495478227a937a6b8153d36cc9de8f2e91 | |
parent | 0318bd6ae6f14ba04345b768e76fca3c6c1a67ab [diff] |
Comment out use of reop.expand_escape and reop._expand until their bugginess has been fixed.
diff --git a/Lib/re.py b/Lib/re.py index d1df766..5c8827a 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