Comment out use of reop.expand_escape and reop._expand until their

bugginess has been fixed.
This commit is contained in:
Guido van Rossum 1997-08-14 19:33:06 +00:00
parent 0318bd6ae6
commit 257c772afa

View file

@ -1504,5 +1504,5 @@ def compile(pattern, flags=0):
# 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