mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Add 'engine' back. IDLE used this, others might have copied it from
there.
This commit is contained in:
parent
301b1cd107
commit
ad9eba7a69
1 changed files with 2 additions and 0 deletions
|
@ -16,5 +16,7 @@
|
|||
# thanks /F
|
||||
#
|
||||
|
||||
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