summaryrefslogtreecommitdiffstats
path: root/Lib/re.py
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2006-04-21 09:46:12 (GMT)
committerThomas Wouters <thomas@python.org>2006-04-21 09:46:12 (GMT)
commit725ccd181020ba04bfeea41078ddb0c82c284c63 (patch)
tree3f48a194b2f16464be2078613ca417f69d57f894 /Lib/re.py
parenta977329b6fb0e4c95cabb9043794de69b27a1099 (diff)
downloadcpython-725ccd181020ba04bfeea41078ddb0c82c284c63.zip
cpython-725ccd181020ba04bfeea41078ddb0c82c284c63.tar.gz
cpython-725ccd181020ba04bfeea41078ddb0c82c284c63.tar.bz2
Merge trunk's 43068, deleting re.py. This leaves the branch in a broken
state (unless you happen to have a re.pyc lying around), but it'll be fixed in the next merge.
Diffstat (limited to 'Lib/re.py')
-rw-r--r--Lib/re.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/re.py b/Lib/re.py
deleted file mode 100644
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__