Saved and restored logging._handlerList at the same time as saving/restoring logging...
[python.git] / Lib / re.py
blobf1cbe2c1264995d14304609dcb2e02a9fc060a22
1 """Minimal "re" compatibility wrapper. See "sre" for documentation."""
3 engine = "sre" # Some apps might use this undocumented variable
5 from sre import *
6 from sre import __all__