mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Merge trunk up to 43069, putting re.py back and hopefully making the branch
usable again.
This commit is contained in:
parent
725ccd1810
commit
9ada3d6e29
5 changed files with 7 additions and 6 deletions
|
@ -3,7 +3,7 @@ sys.path = ['.'] + sys.path
|
|||
|
||||
from test.test_support import verbose, run_unittest
|
||||
import re
|
||||
from sre import Scanner
|
||||
from re import Scanner
|
||||
import sys, os, traceback
|
||||
from weakref import proxy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue