[Python-checkins] r45594 - in python/branches/p3yk: Lib/re.py

thomas.wouters python-checkins at python.org
Fri Apr 21 11:46:13 CEST 2006


Author: thomas.wouters
Date: Fri Apr 21 11:46:12 2006
New Revision: 45594

Removed:
   python/branches/p3yk/Lib/re.py
Modified:
   python/branches/p3yk/   (props changed)
Log:

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.



Deleted: /python/branches/p3yk/Lib/re.py
==============================================================================
--- /python/branches/p3yk/Lib/re.py	Fri Apr 21 11:46:12 2006
+++ (empty file)
@@ -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__


More information about the Python-checkins mailing list