]> granicus.if.org Git - python/commitdiff
Merge trunk's 43068, deleting re.py. This leaves the branch in a broken
authorThomas Wouters <thomas@python.org>
Fri, 21 Apr 2006 09:46:12 +0000 (09:46 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 21 Apr 2006 09:46:12 +0000 (09:46 +0000)
state (unless you happen to have a re.pyc lying around), but it'll be fixed
in the next merge.

Lib/re.py [deleted file]

diff --git a/Lib/re.py b/Lib/re.py
deleted file mode 100644 (file)
index f1cbe2c..0000000
--- a/Lib/re.py
+++ /dev/null
@@ -1,6 +0,0 @@
-"""Minimal "re" compatibility wrapper.  See "sre" for documentation."""
-
-engine = "sre" # Some apps might use this undocumented variable
-
-from sre import *
-from sre import __all__