[Python-checkins] r43068 - python/trunk/Lib/re.py

neal.norwitz python-checkins at python.org
Thu Mar 16 07:27:38 CET 2006


Author: neal.norwitz
Date: Thu Mar 16 07:27:37 2006
New Revision: 43068

Removed:
   python/trunk/Lib/re.py
Log:
Remove re.py, in order to rename sre.py -> re.py (svn seems to require 2 steps).

Deleted: /python/trunk/Lib/re.py
==============================================================================
--- /python/trunk/Lib/re.py	Thu Mar 16 07:27:37 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