diff options
author | Thomas Wouters <thomas@python.org> | 2006-04-21 09:46:12 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2006-04-21 09:46:12 (GMT) |
commit | 725ccd181020ba04bfeea41078ddb0c82c284c63 (patch) | |
tree | 3f48a194b2f16464be2078613ca417f69d57f894 | |
parent | a977329b6fb0e4c95cabb9043794de69b27a1099 (diff) | |
download | cpython-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.
-rw-r--r-- | Lib/re.py | 6 |
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__ |