]> granicus.if.org Git - python/commitdiff
Comment out use of reop.expand_escape and reop._expand until their
authorGuido van Rossum <guido@python.org>
Thu, 14 Aug 1997 19:33:06 +0000 (19:33 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 Aug 1997 19:33:06 +0000 (19:33 +0000)
bugginess has been fixed.

Lib/re.py

index d1df766500a68019fae76c5c2a36f25d68a01ab3..5c8827aa22e7c43102cf1edca1158c8fc1baf08e 100644 (file)
--- a/Lib/re.py
+++ b/Lib/re.py
@@ -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