mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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.
This commit is contained in:
parent
a977329b6f
commit
725ccd1810
1 changed files with 0 additions and 6 deletions
|
@ -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__
|
Loading…
Add table
Add a link
Reference in a new issue